Commit 886e9697 by devttys0

Removed unecessary code which broke raw lzma decompression.

parent dc765e3a
...@@ -121,7 +121,6 @@ class LZMA(object): ...@@ -121,7 +121,6 @@ class LZMA(object):
description = None description = None
for header in self.headers: for header in self.headers:
i += 1
# The only acceptable exceptions are those indicating that the # The only acceptable exceptions are those indicating that the
# input data was truncated. # input data was truncated.
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment