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/cli/cli-cmds.c | |
parent | 626f2d1cfd2931fd1a7fc95db9ae4b99afbc5973 (diff) | |
download | fsf-binutils-gdb-16419bae303527c4164640668685f2eefcb2448a.zip fsf-binutils-gdb-16419bae303527c4164640668685f2eefcb2448a.tar.gz fsf-binutils-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/cli/cli-cmds.c')
-rw-r--r-- | gdb/cli/cli-cmds.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c index bd2ca2d..4c2825a 100644 --- a/gdb/cli/cli-cmds.c +++ b/gdb/cli/cli-cmds.c @@ -116,10 +116,6 @@ struct cmd_list_element *enablelist; struct cmd_list_element *disablelist; -/* Chain containing all defined toggle subcommands. */ - -struct cmd_list_element *togglelist; - /* Chain containing all defined stop subcommands. */ struct cmd_list_element *stoplist; @@ -1567,7 +1563,6 @@ init_cmd_lists (void) infolist = NULL; enablelist = NULL; disablelist = NULL; - togglelist = NULL; stoplist = NULL; deletelist = NULL; detachlist = NULL; |