diff options
| author | Alex Langford <apl@fb.com> | 2018-06-08 22:28:41 +0000 |
|---|---|---|
| committer | Alex Langford <apl@fb.com> | 2018-06-08 22:28:41 +0000 |
| commit | 6500c693a5f8f510aef9fa8a395a78decef9200e (patch) | |
| tree | d41a97b12c1bdad58c69c4b89ee3a4fa96569359 | |
| parent | e92ae43be8d5e4477449ab08f8845d08692a1e09 (diff) | |
| download | bcm5719-llvm-6500c693a5f8f510aef9fa8a395a78decef9200e.tar.gz bcm5719-llvm-6500c693a5f8f510aef9fa8a395a78decef9200e.zip | |
Remove more dead code from NativeProcessLinux
This should have been removed in r334333.
llvm-svn: 334336
| -rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeProcessLinux.h | 14 |
1 files changed, 0 insertions, 14 deletions
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); |

