diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdData.h')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdData.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdData.h b/lldb/tools/lldb-mi/MICmdCmdData.h index f738a4348e3..028c71387f3 100644 --- a/lldb/tools/lldb-mi/MICmdCmdData.h +++ b/lldb/tools/lldb-mi/MICmdCmdData.h @@ -106,7 +106,6 @@ class CMICmdCmdDataDisassemble : public CMICmdBase private: const CMIUtilString m_constStrArgAddrStart; // MI spec non mandatory, *this command mandatory const CMIUtilString m_constStrArgAddrEnd; // MI spec non mandatory, *this command mandatory - const CMIUtilString m_constStrArgConsume; const CMIUtilString m_constStrArgMode; CMICmnMIValueList m_miValueList; }; |