From 0980de3da64e273a363dace79e56345bc4ed2dbc Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 13 Dec 2019 16:14:37 +0100 Subject: move allocbench_version to facter and make the facts a global variable of facter.py --- 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 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 = {} -- cgit v1.2.3