forked from OSchip/llvm-project
Fix a broken comment line. NFC.
Just checking that commit access is working after licensing changes. llvm-svn: 356876
This commit is contained in:
parent
5519cb2d94
commit
de9d736495
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue