mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove unused variables
This commit is contained in:
parent
d96d1015ef
commit
0260519c52
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue