Skip to content

Commit

Permalink
Unused variable removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
yam-anssi committed Nov 25, 2016
1 parent a1bf80e commit eaeb27c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -19,6 +19,7 @@ With the following arguments meaning:
```
## Changelog
```
25/11/2016 1.00c Unused variable removed.
10/08/2016 1.00b --dest parameter processing fixed.
01/07/2016 1.00a cacheXXXX.bin header detection fixed.
27/06/2016 1.00 Initial release.
Expand Down
2 changes: 0 additions & 2 deletions bmc-tools.py
Expand Up @@ -50,7 +50,6 @@ def b_process(self):
if len(self.bdat) == 0:
self.b_log(sys.stderr, False, 3, "Nothing to process.")
return False
off = 0
while len(self.bdat) > 0:
old = False
o_bmp = ""
Expand Down Expand Up @@ -92,7 +91,6 @@ def b_process(self):
self.o_bmps.append(o_bmp)
if len(self.bmps)%100 == 0:
self.b_log(sys.stdout, True, 1, "%d tiles successfully extracted so far." % (len(self.bmps)))
off+=len(t_hdr)+bl
self.bdat = self.bdat[len(t_hdr)+bl:]
if self.cnt != 0 and len(self.bmps) == self.cnt:
break
Expand Down

0 comments on commit eaeb27c

Please sign in to comment.