From 2ab90c4c2385acf6f87af01459a94a13dda63872 Mon Sep 17 00:00:00 2001
From: Stefan Behnel <stefan_ml@behnel.de>
Date: Wed, 15 Aug 2012 12:17:17 +0200
Subject: [PATCH] removed unused variable

---
 runtests.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/runtests.py b/runtests.py
index c64b27f04..83465f76b 100644
--- a/runtests.py
+++ b/runtests.py
@@ -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()
-- 
2.30.9