diff options
Diffstat (limited to 'gdb/cli/cli-setshow.c')
-rw-r--r-- | gdb/cli/cli-setshow.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/cli/cli-setshow.c b/gdb/cli/cli-setshow.c index 1b14df7..35482e1 100644 --- a/gdb/cli/cli-setshow.c +++ b/gdb/cli/cli-setshow.c @@ -708,10 +708,6 @@ do_show_command (const char *arg, int from_tty, struct cmd_list_element *c) gdb_assert (c->type == show_cmd); - /* Possibly call the pre hook. */ - if (c->pre_show_hook) - (c->pre_show_hook) (c); - std::string val = get_setshow_command_value_string (c); /* FIXME: cagney/2005-02-10: There should be MI and CLI specific |