forked from Imagelibrary/binutils-gdb
* 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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user