[Lldb-commits] [lldb] r356876 - Fix a broken comment line. NFC.
Hafiz Abid Qadeer via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 25 02:41:49 PDT 2019
Author: abidh
Date: Mon Mar 25 02:41:49 2019
New Revision: 356876
URL: http://llvm.org/viewvc/llvm-project?rev=356876&view=rev
Log:
Fix a broken comment line. NFC.
Just checking that commit access is working after licensing changes.
Modified:
lldb/trunk/tools/lldb-mi/MICmdCmdMiscellanous.cpp
Modified: lldb/trunk/tools/lldb-mi/MICmdCmdMiscellanous.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/tools/lldb-mi/MICmdCmdMiscellanous.cpp?rev=356876&r1=356875&r2=356876&view=diff
==============================================================================
--- lldb/trunk/tools/lldb-mi/MICmdCmdMiscellanous.cpp (original)
+++ lldb/trunk/tools/lldb-mi/MICmdCmdMiscellanous.cpp Mon Mar 25 02:41:49 2019
@@ -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);
More information about the lldb-commits
mailing list