diff options
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 c1ec6b0..bcb722b 100644 --- a/src/globalvars.py +++ b/src/globalvars.py @@ -17,7 +17,6 @@ """Global variables for allocbench -facts: Dict holding facts about the current benchmark run verbosity: Verbosity level -1: quiet, 0: status, 1: info, 2: stdout of subcommands, 3: debug info allocators: Dict holding the allocators to compare benchmarks: List of available benchmarks @@ -35,8 +34,6 @@ import inspect import os -facts = {} - verbosity = 0 allocators = {} |
