diff options
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdArgValBase.cpp')
-rw-r--r-- | lldb/tools/lldb-mi/MICmdArgValBase.cpp | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/lldb/tools/lldb-mi/MICmdArgValBase.cpp b/lldb/tools/lldb-mi/MICmdArgValBase.cpp index 15173c24c0d..ddbf957ea47 100644 --- a/lldb/tools/lldb-mi/MICmdArgValBase.cpp +++ b/lldb/tools/lldb-mi/MICmdArgValBase.cpp @@ -7,7 +7,10 @@ // //===----------------------------------------------------------------------===// -// In-house headers: +// C Includes +// C++ Includes +// Other libraries and framework includes +// Project includes #include "MICmdArgValBase.h" #include "MIUtilString.h" #include "MICmdArgContext.h" @@ -48,17 +51,6 @@ CMICmdArgValBase::CMICmdArgValBase(const CMIUtilString &vrArgName, const bool vb } //++ ------------------------------------------------------------------------------------ -// Details: CMICmdArgValBase destructor. -// Type: Overrideable. -// Args: None. -// Return: None. -// Throws: None. -//-- -CMICmdArgValBase::~CMICmdArgValBase() -{ -} - -//++ ------------------------------------------------------------------------------------ // Details: Retrieve the state flag of whether the argument is handled by the command or // not. // Type: Method. |