summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/LanguageRuntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/LanguageRuntime.cpp')
-rw-r--r--lldb/source/Target/LanguageRuntime.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/source/Target/LanguageRuntime.cpp b/lldb/source/Target/LanguageRuntime.cpp
index 1bec2063ad0..c1a4712abc9 100644
--- a/lldb/source/Target/LanguageRuntime.cpp
+++ b/lldb/source/Target/LanguageRuntime.cpp
@@ -34,7 +34,7 @@ public:
}
virtual
- ~ExceptionSearchFilter() {};
+ ~ExceptionSearchFilter() {}
bool
ModulePasses (const lldb::ModuleSP &module_sp) override
@@ -493,6 +493,3 @@ LanguageRuntime::CreateExceptionSearchFilter ()
{
return m_process->GetTarget().GetSearchFilterForModule(NULL);
}
-
-
-
OpenPOWER on IntegriCloud