Commit 4c235251 authored by Jim Fulton's avatar Jim Fulton Committed by Kirill Smelkov

Gaaa, removed a return added during debugging.

I guess there were no tests of GC.
parent d8febe5a
......@@ -314,7 +314,6 @@ class TemporaryStorage(BaseStorage, ConflictResolvingStorage):
self._tmp = []
def _takeOutGarbage(self, oid):
return
# take out the garbage.
referenceCount = self._referenceCount
referenceCount_get = referenceCount.get
......
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