Skip to content

Commit

Permalink
Remove redundant comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinhiatt-wf committed Dec 8, 2017
1 parent 51e3953 commit b358731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ func (c *cache) Remove(keys ...string) {
}
}

// Size returns the current size of the cache. This method is threadsafe.
func (c *cache) Size() uint64 {
c.Lock()
defer c.Unlock()
Expand Down

0 comments on commit b358731

Please sign in to comment.