From 6500c693a5f8f510aef9fa8a395a78decef9200e Mon Sep 17 00:00:00 2001 From: Alex Langford Date: Fri, 8 Jun 2018 22:28:41 +0000 Subject: Remove more dead code from NativeProcessLinux This should have been removed in r334333. llvm-svn: 334336 --- lldb/source/Plugins/Process/Linux/NativeProcessLinux.h | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.h') diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h index dea7e61959a..1c2f786e8d6 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h @@ -184,20 +184,6 @@ private: Status SetupSoftwareSingleStepping(NativeThreadLinux &thread); -#if 0 - static ::ProcessMessage::CrashReason - GetCrashReasonForSIGSEGV(const siginfo_t *info); - - static ::ProcessMessage::CrashReason - GetCrashReasonForSIGILL(const siginfo_t *info); - - static ::ProcessMessage::CrashReason - GetCrashReasonForSIGFPE(const siginfo_t *info); - - static ::ProcessMessage::CrashReason - GetCrashReasonForSIGBUS(const siginfo_t *info); -#endif - bool HasThreadNoLock(lldb::tid_t thread_id); bool StopTrackingThread(lldb::tid_t thread_id); -- cgit v1.2.3