mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
remove deprecated_set_hook
This removes deprecated_set_hook. Insight was the last user of this hook, but I recently checked in a patch to have it use the command_param_changed observer instead. 2014-01-13 Tom Tromey <tromey@redhat.com> * cli/cli-setshow.c (do_set_command): Update. * defs.h (deprecated_set_hook): Remove. * top.c (deprecated_set_hook): Remove.
This commit is contained in:
@@ -727,8 +727,6 @@ extern void (*deprecated_detach_hook) (void);
|
||||
extern void (*deprecated_call_command_hook) (struct cmd_list_element * c,
|
||||
char *cmd, int from_tty);
|
||||
|
||||
extern void (*deprecated_set_hook) (struct cmd_list_element * c);
|
||||
|
||||
extern int (*deprecated_ui_load_progress_hook) (const char *section,
|
||||
unsigned long num);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user