From: Andrew M. Kuchling Date: Fri, 10 Aug 2001 19:00:41 +0000 (+0000) Subject: Remove unused variable X-Git-Tag: v2.2a3~669 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13f4ea25d4d00704bd21daf067cdee1b362566ab;p=python Remove unused variable --- diff --git a/Lib/distutils/command/build_scripts.py b/Lib/distutils/command/build_scripts.py index 611767e7bc..16024e5fed 100644 --- a/Lib/distutils/command/build_scripts.py +++ b/Lib/distutils/command/build_scripts.py @@ -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