[Zodb-checkins] CVS: Packages/bsddb3Storage - Minimal.py:1.8

barry@digicool.com barry@digicool.com
Fri, 13 Apr 2001 15:18:44 -0400 (EDT)


Update of /cvs-repository/Packages/bsddb3Storage
In directory korak:/tmp/cvs-serv16015

Modified Files:
	Minimal.py 
Log Message:
_vote(): Removed, base class implements it.



--- Updated File Minimal.py in package Packages/bsddb3Storage --
--- Minimal.py	2001/04/04 19:24:27	1.7
+++ Minimal.py	2001/04/13 19:18:43	1.8
@@ -52,11 +52,6 @@
             self._commitlog = PacklessLog(dir=self._env.db_home)
         self._commitlog.start()
 
-    def _vote(self, transaction):
-        # From here on out, we promise to commit all the registered changes,
-        # so rewind and put our commit log in the PROMISED state.
-        self._commitlog.promise()
-
     def _finish(self, tid, u, d, e):
         # This is called from the storage interface's tpc_finish() method.
         # Its responsibilities are to finish the transaction with the