122
120
"""Scan all files and remove entries where the cache entry is obsolete.
124
122
Obsolete entries are those where the file has been modified or deleted
125
123
since the entry was inserted.
129
125
prep = [(ce[1][3], path, ce) for (path, ce) in self._cache.iteritems()]
132
128
for inum, path, cache_entry in prep:
134
130
fp = _fingerprint(abspath)