Commit 0260519c authored by Neal Norwitz's avatar Neal Norwitz

Remove unused variables

parent d96d1015
......@@ -1654,8 +1654,6 @@ class TarFile(object):
or longlink member.
"""
buf = ""
name = None
linkname = None
count = tarinfo.size
while count > 0:
block = self.fileobj.read(BLOCKSIZE)
......
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