From 6168723f5bf8527b623f4e568194e8717a685310 Mon Sep 17 00:00:00 2001 From: p1r473 Date: Thu, 18 Jun 2020 14:05:08 -0400 Subject: [PATCH] Unused variable deletion (#42) --- src/bitrot.py | 2 -- 1 file changed, 2 deletions(-) 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: