mirror of
https://github.com/python/cpython.git
synced 2024-12-01 22:04:04 +08:00
Remove unused variable
This commit is contained in:
parent
5079fe07fe
commit
13f4ea25d4
@ -51,7 +51,6 @@ class build_scripts (Command):
|
||||
ie. starts with "\#!" and contains "python"), then adjust the first
|
||||
line to refer to the current Python interpreter as we copy.
|
||||
"""
|
||||
outfiles = []
|
||||
self.mkpath(self.build_dir)
|
||||
for script in self.scripts:
|
||||
adjust = 0
|
||||
|
Loading…
Reference in New Issue
Block a user