From de9d736495614ea34e6f61971698ed8a57b2286d Mon Sep 17 00:00:00 2001 From: Hafiz Abid Qadeer Date: Mon, 25 Mar 2019 09:41:49 +0000 Subject: [PATCH] Fix a broken comment line. NFC. Just checking that commit access is working after licensing changes. llvm-svn: 356876 --- lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp b/lldb/tools/lldb-mi/MICmdCmdMiscellanous.cpp index ac25cec..9d644c8 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); -- 2.7.4