summaryrefslogtreecommitdiff
path: root/tools/lldb-mi/MICmdCommands.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lldb-mi/MICmdCommands.h')
-rw-r--r--tools/lldb-mi/MICmdCommands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/lldb-mi/MICmdCommands.h b/tools/lldb-mi/MICmdCommands.h
index a99d09c8057a..27f128ef4bd4 100644
--- a/tools/lldb-mi/MICmdCommands.h
+++ b/tools/lldb-mi/MICmdCommands.h
@@ -15,9 +15,6 @@ namespace MICmnCommands
//++ ============================================================================
// Details: MI Command are instantiated and registered automatically with the
// Command Factory
-// Gotchas: None.
-// Authors: Illya Rudkin 18/02/2014.
-// Changes: None.
//--
-bool RegisterAll(void);
+bool RegisterAll();
}