From 16419bae303527c4164640668685f2eefcb2448a Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Wed, 17 Jul 2013 19:01:48 +0000 Subject: * gdbcmd.h (togglelist): Delete. * cli/cli-cmds.c (togglelist): Delete. (init_cmd_lists): Update. * cli/cli-cmds.h (togglelist): Delete. --- gdb/gdbcmd.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/gdbcmd.h') diff --git a/gdb/gdbcmd.h b/gdb/gdbcmd.h index 3132d1bc2a3..c9262f69c73 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; -- cgit v1.2.1