summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'numbench/basemodule.py')
-rw-r--r--numbench/basemodule.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numbench/basemodule.py b/numbench/basemodule.py
index b13b879..3e7beb7 100644
--- a/numbench/basemodule.py
+++ b/numbench/basemodule.py
@@ -243,7 +243,6 @@ class BaseTest:
root = self.root
testdir = self.testdir
self.files = [pjoin(testdir,f) for f in self.files]
- env = {} # TODO: remove this
if cfg.libdir[0] == '/':
libdir = root+cfg.libdir
else: