summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/Host.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Host/common/Host.cpp')
-rw-r--r--lldb/source/Host/common/Host.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Host/common/Host.cpp b/lldb/source/Host/common/Host.cpp
index f0d7e2e80e4..6d0ad0175fd 100644
--- a/lldb/source/Host/common/Host.cpp
+++ b/lldb/source/Host/common/Host.cpp
@@ -999,10 +999,6 @@ bool Host::OpenFileInExternalEditor(const FileSpec &file_spec,
return false;
}
-void Host::SetCrashDescriptionWithFormat(const char *format, ...) {}
-
-void Host::SetCrashDescription(const char *description) {}
-
#endif
const UnixSignalsSP &Host::GetUnixSignals() {
OpenPOWER on IntegriCloud