summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/ScriptInterpreter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreter.cpp')
-rw-r--r--lldb/source/Interpreter/ScriptInterpreter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/ScriptInterpreter.cpp b/lldb/source/Interpreter/ScriptInterpreter.cpp
index cfc2572997d..fd1e10abfbc 100644
--- a/lldb/source/Interpreter/ScriptInterpreter.cpp
+++ b/lldb/source/Interpreter/ScriptInterpreter.cpp
@@ -93,12 +93,12 @@ ScriptInterpreter::LanguageToString (lldb::ScriptLanguage language)
void
ScriptInterpreter::Initialize ()
{
- ScriptInterpreterPython::Initialize ();
+// ScriptInterpreterPython::Initialize ();
}
void
ScriptInterpreter::Terminate ()
{
- ScriptInterpreterPython::Terminate ();
+// ScriptInterpreterPython::Terminate ();
}
OpenPOWER on IntegriCloud