diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdFile.h')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdCmdFile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdFile.h b/lldb/tools/lldb-mi/MICmdCmdFile.h index 91eb79eb34e..b6bf5e5ccc6 100644 --- a/lldb/tools/lldb-mi/MICmdCmdFile.h +++ b/lldb/tools/lldb-mi/MICmdCmdFile.h @@ -56,8 +56,6 @@ class CMICmdCmdFileExecAndSymbols : public CMICmdBase // Attributes: private: const CMIUtilString m_constStrArgNameFile; - const CMIUtilString - m_constStrArgThreadGrp; // Not handled by *this command. Not specified in MI spec but Eclipse gives this option sometimes const CMIUtilString m_constStrArgNamedPlatformName; // Added to support iOS platform selection const CMIUtilString m_constStrArgNamedRemotePath; // Added to support iOS device remote file location }; |