Remove unused variables

This commit is contained in:
Neal Norwitz 2004-07-20 22:31:34 +00:00
parent d96d1015ef
commit 0260519c52

View file

@ -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)