From 13f4ea25d4d00704bd21daf067cdee1b362566ab Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 10 Aug 2001 19:00:41 +0000 Subject: [PATCH] Remove unused variable --- Lib/distutils/command/build_scripts.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.40.0