removed unused variable
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 15 Aug 2012 10:17:17 +0000 (12:17 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 15 Aug 2012 10:17:17 +0000 (12:17 +0200)
runtests.py

index c64b27f..83465f7 100644 (file)
@@ -555,7 +555,6 @@ class CythonCompileTestCase(unittest.TestCase):
             out = io_open(os.path.join(workdir, module + os.path.splitext(source_file)[1]),
                               'w', encoding='ISO-8859-1')
             for line in source_and_output:
-                last_line = line
                 if line.startswith("_ERRORS"):
                     out.close()
                     out = ErrorWriter()