Commit 441eb553 authored by Jeremy Hylton's avatar Jeremy Hylton

Don't call setLastTid() explicitly.

The last tid is already set as a result of the invalidate() calls made
in _update_cache().
parent bf718289
......@@ -960,7 +960,6 @@ class ClientStorage(object):
self._lock.acquire() # for atomic processing of invalidations
try:
self._update_cache(tid)
self._cache.setLastTid(tid)
if f is not None:
f(tid)
finally:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment