summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdCmdSupportInfo.h')
-rw-r--r--lldb/tools/lldb-mi/MICmdCmdSupportInfo.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h b/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
index 7dc0d3cf6c5..62b71261f18 100644
--- a/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
+++ b/lldb/tools/lldb-mi/MICmdCmdSupportInfo.h
@@ -33,20 +33,20 @@ class CMICmdCmdSupportInfoMiCmdQuery : public CMICmdBase
// Statics:
public:
// Required by the CMICmdFactory when registering *this command
- static CMICmdBase *CreateSelf(void);
+ static CMICmdBase *CreateSelf();
// Methods:
public:
- /* ctor */ CMICmdCmdSupportInfoMiCmdQuery(void);
+ /* ctor */ CMICmdCmdSupportInfoMiCmdQuery();
// Overridden:
public:
// From CMICmdInvoker::ICmd
- bool Execute(void) override;
- bool Acknowledge(void) override;
- bool ParseArgs(void) override;
+ bool Execute() override;
+ bool Acknowledge() override;
+ bool ParseArgs() override;
// From CMICmnBase
- /* dtor */ ~CMICmdCmdSupportInfoMiCmdQuery(void) override;
+ /* dtor */ ~CMICmdCmdSupportInfoMiCmdQuery() override;
// Attributes:
private:
OpenPOWER on IntegriCloud