aboutsummaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmnMIValueConst.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmnMIValueConst.h')
-rw-r--r--tools/lldb-mi/MICmnMIValueConst.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/tools/lldb-mi/MICmnMIValueConst.h b/tools/lldb-mi/MICmnMIValueConst.h
index 403619438919..7f6333e12f45 100644
--- a/tools/lldb-mi/MICmnMIValueConst.h
+++ b/tools/lldb-mi/MICmnMIValueConst.h
@@ -30,10 +30,6 @@
// http://ftp.gnu.org/old-gnu/Manuals/gdb-5.1.1/html_chapter/gdb_22.html
//
// The text formed in *this Result class is stripped of any '\n' characters.
-//
-// Gotchas: None.
-// Authors: Illya Rudkin 24/02/2014.
-// Changes: None.
//--
class CMICmnMIValueConst : public CMICmnMIValue
{
@@ -45,11 +41,11 @@ class CMICmnMIValueConst : public CMICmnMIValue
// Overridden:
public:
// From CMICmnBase
- /* dtor */ ~CMICmnMIValueConst(void) override;
+ /* dtor */ ~CMICmnMIValueConst() override;
// Methods:
private:
- bool BuildConst(void);
+ bool BuildConst();
// Attributes:
private: