diff options
Diffstat (limited to 'Lib/tarfile.py')
-rw-r--r-- | Lib/tarfile.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/tarfile.py b/Lib/tarfile.py index 6462e7b..64d006d 100644 --- a/Lib/tarfile.py +++ b/Lib/tarfile.py @@ -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) |