mirror of
https://github.com/1f349/cache.git
synced 2024-12-22 08:04:06 +00:00
Remove extra comments
This commit is contained in:
parent
b262a5f11e
commit
fdd568801d
2
cache.go
2
cache.go
@ -80,8 +80,6 @@ func (c *Cache[K, V]) cleaner() {
|
|||||||
c.chainSplice(key)
|
c.chainSplice(key)
|
||||||
default:
|
default:
|
||||||
// skip if chainAdd or chainDel isn't ready
|
// skip if chainAdd or chainDel isn't ready
|
||||||
|
|
||||||
println("Skip first select")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// at this point if the chain is empty then exit
|
// at this point if the chain is empty then exit
|
||||||
|
Loading…
Reference in New Issue
Block a user