]> granicus.if.org Git - python/commitdiff
Remove unused variable
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 10 Aug 2001 19:00:41 +0000 (19:00 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 10 Aug 2001 19:00:41 +0000 (19:00 +0000)
Lib/distutils/command/build_scripts.py

index 611767e7bc3277cd31d27a04cb927d8703bb19f1..16024e5fed1497f99015435377751f8b9474e173 100644 (file)
@@ -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