diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 3a9e4285d91..b707ed9e611 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -2589,8 +2589,6 @@ CommandInterpreter::GetScriptInterpreter (bool can_create) case eScriptLanguageNone: m_script_interpreter_ap.reset (new ScriptInterpreterNone (*this)); break; - default: - break; }; return m_script_interpreter_ap.get(); |