diff --git a/src/bitrot.py b/src/bitrot.py index bd6f23f..d0a112d 100755 --- a/src/bitrot.py +++ b/src/bitrot.py @@ -167,8 +167,6 @@ def compute_one(path, chunk_size): raise # Not expected? https://github.com/ambv/bitrot/issues/ - new_mtime = int(st.st_mtime) - try: new_sha1 = sha1(path, chunk_size) except (IOError, OSError) as e: