diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-18 17:40:19 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-06-19 17:12:14 +0200 |
| commit | 366c9e27b13e976ce26ec6a97c6796eb1cdca887 (patch) | |
| tree | 8c9c848b169e52f2801b41cc15d35b6d0a9d3d6d /src/globalvars.py | |
| parent | 2757b2790cdc3127b742a127c77fa438710e7f70 (diff) | |
| download | allocbench-366c9e27b13e976ce26ec6a97c6796eb1cdca887.tar.gz allocbench-366c9e27b13e976ce26ec6a97c6796eb1cdca887.zip | |
apply some flake8 hints
Diffstat (limited to 'src/globalvars.py')
| -rw-r--r-- | src/globalvars.py | 3 |
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) |
