From 366c9e27b13e976ce26ec6a97c6796eb1cdca887 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Tue, 18 Jun 2019 17:40:19 +0200 Subject: apply some flake8 hints --- src/globalvars.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/globalvars.py') 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) -- cgit v1.2.3