Skip to content

Commit b358731

Browse files
Remove redundant comment.
1 parent 51e3953 commit b358731

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cache/cache.go

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ func (c *cache) Remove(keys ...string) {
143143
}
144144
}
145145

146-
// Size returns the current size of the cache. This method is threadsafe.
147146
func (c *cache) Size() uint64 {
148147
c.Lock()
149148
defer c.Unlock()

0 commit comments

Comments
 (0)