From 0260519c52e7170089bba4c182b1a88176ac9176 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 20 Jul 2004 22:31:34 +0000 Subject: Remove unused variables --- Lib/tarfile.py | 2 -- 1 file changed, 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) -- cgit v0.12