diff options
author | Tom Tromey <tromey@redhat.com> | 2013-12-28 14:56:18 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2014-01-13 12:33:43 -0700 |
commit | 42c85435d662ce7e355bb7d2b9c14675ebb6a1a1 (patch) | |
tree | 99877f4bf211578118afe19009487c8ac6e03d83 /gdb/top.c | |
parent | 66af0f440b7c203b3e3bc9b2e7fdee9f81e6ae77 (diff) | |
download | gdb-42c85435d662ce7e355bb7d2b9c14675ebb6a1a1.zip gdb-42c85435d662ce7e355bb7d2b9c14675ebb6a1a1.tar.gz gdb-42c85435d662ce7e355bb7d2b9c14675ebb6a1a1.tar.bz2 |
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.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -253,11 +253,6 @@ ptid_t (*deprecated_target_wait_hook) (ptid_t ptid, void (*deprecated_call_command_hook) (struct cmd_list_element * c, char *cmd, int from_tty); -/* Called after a `set' command has finished. Is only run if the - `set' command succeeded. */ - -void (*deprecated_set_hook) (struct cmd_list_element * c); - /* Called when the current thread changes. Argument is thread id. */ void (*deprecated_context_hook) (int id); |