diff options
author | Pavel Labath <labath@google.com> | 2018-02-14 16:08:26 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-02-14 16:08:26 +0000 |
commit | ec303134ef9e8ebf5b7d90b09cd7628d1750774e (patch) | |
tree | 48a0ec9917e29ff0cc9197fa5328825643e666be /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | ee47d8cb960b16ee31148888d86fc6112973224b (diff) | |
download | bcm5719-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.py | 4 |
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( |