Commit 2ab90c4c authored by Stefan Behnel's avatar Stefan Behnel

removed unused variable

parent fab452fa
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment