Skip to content

Commit

Permalink
removed out of date comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 12, 2016
1 parent 436d6e7 commit 5fa5183
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ZODB/FileStorage/FileStorage.py
Expand Up @@ -866,11 +866,6 @@ def _transactionalUndoRecord(self, oid, pos, tid, pre):

try:
data_to_be_undone = self._loadBack_impl(oid, pos)[0]

# Note that we use ``cdata or`` below, because
# _loadBackPOS dosn't work with in-tranaaction
# data and because we don't need to bother if we
# already have the data.
if not current_data:
current_data = self._loadBack_impl(oid, cdataptr)[0]

Expand Down

0 comments on commit 5fa5183

Please sign in to comment.