From ec303134ef9e8ebf5b7d90b09cd7628d1750774e Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 14 Feb 2018 16:08:26 +0000 Subject: Remove vestigial remnants of the test crash info hook llvm-svn: 325137 --- lldb/packages/Python/lldbsuite/test/configuration.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py') 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( -- cgit v1.2.3