* gdbcmd.h (togglelist): Delete.

* cli/cli-cmds.c (togglelist): Delete.
	(init_cmd_lists): Update.
	* cli/cli-cmds.h (togglelist): Delete.
This commit is contained in:
Doug Evans
2013-07-17 19:01:48 +00:00
parent 626f2d1cfd
commit 16419bae30
4 changed files with 7 additions and 13 deletions

View File

@@ -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;