Commit a4fea5d8 authored by Guido van Rossum's avatar Guido van Rossum

The tpc_commit() method was unused. Get rid of it.

parent a4868a4f
......@@ -31,11 +31,6 @@ class CommitLog:
self.stores = 0
self.read = 0
def tpc_begin(self, t, tid, status):
self.t = t
self.tid = tid
self.status = status
def store(self, oid, serial, data, version):
self.pickler.dump((oid, serial, data, version))
self.stores += 1
......
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