diff options
Diffstat (limited to 'gdb/cli/cli-cmds.h')
-rw-r--r-- | gdb/cli/cli-cmds.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h index 34fe445..2181f87 100644 --- a/gdb/cli/cli-cmds.h +++ b/gdb/cli/cli-cmds.h @@ -45,10 +45,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; |