diff options
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index c3d79e4..1b45938 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -112,8 +112,6 @@ extern struct cmd_list_element *setchecklist; extern struct cmd_list_element *showchecklist; -extern void execute_user_command (struct cmd_list_element *, char *); - extern void execute_command (char *, int); enum command_control_type execute_control_command (struct command_line *); |