Fix a broken comment line. NFC.

Just checking that commit access is working after licensing changes.

llvm-svn: 356876
This commit is contained in:
Hafiz Abid Qadeer 2019-03-25 09:41:49 +00:00
parent 5519cb2d94
commit de9d736495
1 changed files with 1 additions and 2 deletions

View File

@ -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);