Commit 10bcb9e3 authored by Jim Fulton's avatar Jim Fulton

Don't return a transaction id from tpc_finish. The interface for

tpc_finish doesn't specify a return value and having one makes tests
messier.
parent 82a63bb0
......@@ -291,7 +291,6 @@ class BaseStorage(UndoLogCompatible):
u, d, e = self._ude
self._finish(self._tid, u, d, e)
self._clear_temp()
return self._tid
finally:
self._ude = None
self._transaction = None
......
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