diff options
Diffstat (limited to 'gdb/gdbcmd.h')
-rw-r--r-- | gdb/gdbcmd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index 3132d1b..c9262f6 100644 --- a/gdb/gdbcmd.h +++ b/gdb/gdbcmd.h @@ -55,10 +55,6 @@ extern struct cmd_list_element *detachlist; extern struct cmd_list_element *killlist; -/* Chain containing all defined toggle subcommands. */ - -extern struct cmd_list_element *togglelist; - /* Chain containing all defined stop subcommands. */ extern struct cmd_list_element *stoplist; |