[CalendarServer-changes] [8664] CalendarServer/branches/users/glyph/table-alias

source_changes at macosforge.org source_changes at macosforge.org
Mon Feb 13 10:04:03 PST 2012


Revision: 8664
          http://trac.macosforge.org/projects/calendarserver/changeset/8664
Author:   glyph at apple.com
Date:     2012-02-13 10:04:03 -0800 (Mon, 13 Feb 2012)
Log Message:
-----------
Remove some dead code.  This cleanup is now handled by the addCleanup() in concurrentTransaction().

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/table-alias/txdav/common/datastore/test/util.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/table-alias/

Modified: CalendarServer/branches/users/glyph/table-alias/txdav/common/datastore/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/table-alias/txdav/common/datastore/test/util.py	2012-02-13 18:04:01 UTC (rev 8663)
+++ CalendarServer/branches/users/glyph/table-alias/txdav/common/datastore/test/util.py	2012-02-13 18:04:03 UTC (rev 8664)
@@ -552,9 +552,6 @@
         self.counter = 0
         self.notifierFactory = StubNotifierFactory()
 
-    def commitLast(self):
-        if self.lastTransaction is not None:
-            return self.commit()
 
 
 class StubNodeCacher(object):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20120213/38ad1fc1/attachment.html>


More information about the calendarserver-changes mailing list