Browse Source

Remove invalid and unused header_len variable

Youness Alaoui 6 years ago
parent
commit
184ac81541
1 changed files with 0 additions and 3 deletions
  1. 0 3
      me_cleaner.py

+ 0 - 3
me_cleaner.py

@@ -539,9 +539,6 @@ if __name__ == "__main__":
     entries = unpack("<I", f.read(4))[0]
     print("Found {} partition(s)".format(entries))
 
-    f.seek(me_start + 0x14)
-    header_len = unpack("B", f.read(1))[0]
-
     f.seek(me_start + 0x30)
     partitions = f.read(entries * 0x20)