aboutsummaryrefslogtreecommitdiff
path: root/src/globalvars.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/globalvars.py')
-rw-r--r--src/globalvars.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/globalvars.py b/src/globalvars.py
index 6048f1c..23ffa8a 100644
--- a/src/globalvars.py
+++ b/src/globalvars.py
@@ -11,9 +11,6 @@ verbosity = 0
"""Dict holding the allocators to compare"""
allocators = {}
-"""File were the allocators definitions are loaded from"""
-allocators_file = None
-
"""Root directory of allocbench"""
allocbenchdir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
allocbenchdir = os.path.dirname(allocbenchdir)