mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
gdb: remove add_alias_cmd overload that accepts a string
Same idea as previous patch, but for add_alias_cmd. Remove the overload that accepts the target command as a string (the target command name), leaving only the one that takes the cmd_list_element. gdb/ChangeLog: * command.h (add_alias_cmd): Accept target as cmd_list_element. Update callers. Change-Id: I546311f411e9e7da9302322d6ffad4e6c56df266
This commit is contained in:
@@ -174,10 +174,6 @@ extern struct cmd_list_element *add_cmd_suppress_notification
|
||||
struct cmd_list_element **list,
|
||||
int *suppress_notification);
|
||||
|
||||
extern struct cmd_list_element *add_alias_cmd (const char *, const char *,
|
||||
enum command_class, int,
|
||||
struct cmd_list_element **);
|
||||
|
||||
extern struct cmd_list_element *add_alias_cmd (const char *,
|
||||
cmd_list_element *,
|
||||
enum command_class, int,
|
||||
|
||||
Reference in New Issue
Block a user