summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/SystemRuntime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Target/SystemRuntime.cpp')
-rw-r--r--lldb/source/Target/SystemRuntime.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Target/SystemRuntime.cpp b/lldb/source/Target/SystemRuntime.cpp
index e53816acb9e..286bea09f85 100644
--- a/lldb/source/Target/SystemRuntime.cpp
+++ b/lldb/source/Target/SystemRuntime.cpp
@@ -27,9 +27,7 @@ SystemRuntime *SystemRuntime::FindPlugin(Process *process) {
return nullptr;
}
-//----------------------------------------------------------------------
// SystemRuntime constructor
-//----------------------------------------------------------------------
SystemRuntime::SystemRuntime(Process *process)
: m_process(process), m_types() {}
OpenPOWER on IntegriCloud