summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/tools/lldb-mi/MICmdCmdVar.cpp1
-rw-r--r--lldb/tools/lldb-mi/MICmdCmdVar.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdVar.cpp b/lldb/tools/lldb-mi/MICmdCmdVar.cpp
index 346d6960076..e36390ac174 100644
--- a/lldb/tools/lldb-mi/MICmdCmdVar.cpp
+++ b/lldb/tools/lldb-mi/MICmdCmdVar.cpp
@@ -55,7 +55,6 @@
//--
CMICmdCmdVarCreate::CMICmdCmdVarCreate( void )
: m_nChildren( 0 )
-, m_nMore( 0 )
, m_nThreadId( 0 )
, m_strType( "??" )
, m_bValid( false )
diff --git a/lldb/tools/lldb-mi/MICmdCmdVar.h b/lldb/tools/lldb-mi/MICmdCmdVar.h
index 387cfc4ada8..de6428efcf6 100644
--- a/lldb/tools/lldb-mi/MICmdCmdVar.h
+++ b/lldb/tools/lldb-mi/MICmdCmdVar.h
@@ -78,7 +78,6 @@ public:
private:
CMIUtilString m_strVarName;
MIuint m_nChildren;
- MIuint m_nMore;
MIuint64 m_nThreadId;
CMIUtilString m_strType;
bool m_bValid; // True = Variable is valid, false = not valid
OpenPOWER on IntegriCloud