Commit 9105193d authored by Tim Peters's avatar Tim Peters

Removed obsolete comment.

parent 25eb570e
......@@ -354,8 +354,6 @@ class Transaction(object):
except:
# If an error occurs committing a transaction, we try
# to revert the changes in each of the resource managers.
# For top-level transactions, it must be freed from the
# txn manager.
t, v, tb = sys.exc_info()
try:
self._cleanup(L)
......
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