summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/configuration.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2018-02-14 16:08:26 +0000
committerPavel Labath <labath@google.com>2018-02-14 16:08:26 +0000
commitec303134ef9e8ebf5b7d90b09cd7628d1750774e (patch)
tree48a0ec9917e29ff0cc9197fa5328825643e666be /lldb/packages/Python/lldbsuite/test/configuration.py
parentee47d8cb960b16ee31148888d86fc6112973224b (diff)
downloadbcm5719-llvm-ec303134ef9e8ebf5b7d90b09cd7628d1750774e.tar.gz
bcm5719-llvm-ec303134ef9e8ebf5b7d90b09cd7628d1750774e.zip
Remove vestigial remnants of the test crash info hook
llvm-svn: 325137
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/configuration.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/configuration.py b/lldb/packages/Python/lldbsuite/test/configuration.py
index b9222dde7c9..94781050dc4 100644
--- a/lldb/packages/Python/lldbsuite/test/configuration.py
+++ b/lldb/packages/Python/lldbsuite/test/configuration.py
@@ -133,10 +133,6 @@ rerun_max_file_threhold = 0
# same base name.
all_tests = set()
-# safe default
-setCrashInfoHook = lambda x: None
-
-
def shouldSkipBecauseOfCategories(test_categories):
if useCategories:
if len(test_categories) == 0 or len(
OpenPOWER on IntegriCloud