diff options
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1949,20 +1949,6 @@ set_history_size_command (const char *args, set_readline_history_size (history_size_setshow_var); } -void -set_history (const char *args, int from_tty) -{ - printf_unfiltered (_("\"set history\" must be followed " - "by the name of a history subcommand.\n")); - help_list (sethistlist, "set history ", all_commands, gdb_stdout); -} - -void -show_history (const char *args, int from_tty) -{ - cmd_show_list (showhistlist, from_tty, ""); -} - bool info_verbose = false; /* Default verbose msgs off. */ /* Called by do_set_command. An elaborate joke. */ |