Skip to content

Commit

Permalink
Remove useless statement in FileStorage
Browse files Browse the repository at this point in the history
This answers #13
  • Loading branch information
jmuchemb committed May 12, 2016
1 parent 82b3c0f commit 9618301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZODB/FileStorage/FileStorage.py
Expand Up @@ -1644,7 +1644,7 @@ def read_index(file, name, index, tindex, stop=b'\377'*8,
maxoid = index.maxKey()
except ValueError:
# The index is empty.
maxoid == z64
pass # maxoid is already equal to z64

return pos, maxoid, ltid

Expand Down

0 comments on commit 9618301

Please sign in to comment.