Skip to content

Commit 9079f9f

Browse files
committed
remove last_set_entry
Other code that used it was deleted in Sep 2002.
1 parent f32e0c2 commit 9079f9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roundup/backends/back_anydbm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ def pack(self, pack_before):
645645
# get the journal for this db entry
646646
journal = marshal.loads(db[key])
647647
l = []
648-
last_set_entry = None
649648
for entry in journal:
650649
# unpack the entry
651650
(nodeid, date_stamp, self.journaltag, action,

0 commit comments

Comments
 (0)