diff options
author | Doug Evans <dje@google.com> | 2013-07-17 19:01:48 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2013-07-17 19:01:48 +0000 |
commit | 16419bae303527c4164640668685f2eefcb2448a (patch) | |
tree | afa490246840bb68233bd3223d153bd5d42768af /gdb/gdbcmd.h | |
parent | 626f2d1cfd2931fd1a7fc95db9ae4b99afbc5973 (diff) | |
download | gdb-16419bae303527c4164640668685f2eefcb2448a.zip gdb-16419bae303527c4164640668685f2eefcb2448a.tar.gz gdb-16419bae303527c4164640668685f2eefcb2448a.tar.bz2 |
* gdbcmd.h (togglelist): Delete.
* cli/cli-cmds.c (togglelist): Delete.
(init_cmd_lists): Update.
* cli/cli-cmds.h (togglelist): Delete.
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; |