Commit a4ed582d authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #2322 from gabrieldemarmiesse/unused_variable_2

Removed an unused variable.
parents 79ba99b2 d9d80aff
...@@ -871,8 +871,7 @@ class CythonCompileTestCase(unittest.TestCase): ...@@ -871,8 +871,7 @@ class CythonCompileTestCase(unittest.TestCase):
include_dirs = INCLUDE_DIRS + [os.path.join(test_directory, '..', TEST_SUPPORT_DIR)] include_dirs = INCLUDE_DIRS + [os.path.join(test_directory, '..', TEST_SUPPORT_DIR)]
if incdir: if incdir:
include_dirs.append(incdir) include_dirs.append(incdir)
source = self.find_module_source_file(
os.path.join(test_directory, module + '.pyx'))
if self.preparse == 'id': if self.preparse == 'id':
source = self.find_module_source_file( source = self.find_module_source_file(
os.path.join(test_directory, module + '.pyx')) os.path.join(test_directory, module + '.pyx'))
......
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