summaryrefslogtreecommitdiff
path: root/buildscripts/resmokelib/flags.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokelib/flags.py')
-rw-r--r--buildscripts/resmokelib/flags.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildscripts/resmokelib/flags.py b/buildscripts/resmokelib/flags.py
deleted file mode 100644
index 6aff6961666..00000000000
--- a/buildscripts/resmokelib/flags.py
+++ /dev/null
@@ -1,5 +0,0 @@
-"""Global flags used by resmoke."""
-
-import threading
-
-HANG_ANALYZER_CALLED = threading.Event()