Remove spurious self.size

This commit is contained in:
Erik Johnston 2016-01-29 11:17:54 +00:00
parent a30364c1f9
commit c046630c33

View File

@ -140,7 +140,6 @@ class LruCache(object):
list_root[NEXT] = list_root
list_root[PREV] = list_root
cache.clear()
self.size = 0
@synchronized
def cache_len():