diff options
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp index ac25cece4e5..9d644c8dea1 100644 --- a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp +++ b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp @@ -468,8 +468,7 @@ bool CMICmdCmdInterpreterExec::Execute() { CMICMDBASE_GETOPTION(pArgCommand, String, m_constStrArgNamedCommand); // Handle the interpreter parameter by do nothing on purpose (set to 'handled' - // in - // the arg definition above) + // in the arg definition above) const CMIUtilString &rStrInterpreter(pArgInterpreter->GetValue()); MIunused(rStrInterpreter); |