summaryrefslogtreecommitdiffstats
path: root/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp')
-rw-r--r--lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp b/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
index 3f2ccfd10ce..3bef535390f 100644
--- a/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
+++ b/lldb/tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp
@@ -20,7 +20,7 @@ namespace CMICmdMgrSetCmdDeleteCallback
// Return: None.
// Throws: None.
//--
-CSetClients::CSetClients(void)
+CSetClients::CSetClients()
: m_bClientUnregistered(false)
{
}
@@ -32,7 +32,7 @@ CSetClients::CSetClients(void)
// Return: None.
// Throws: None.
//--
-CSetClients::~CSetClients(void)
+CSetClients::~CSetClients()
{
}
OpenPOWER on IntegriCloud