Remove error_pre_print and quit_pre_print.

http://sourceware.org/ml/gdb-patches/2013-07/msg00844.html

gdb/ChangeLog

        * cli/cli-script.c (script_from_file): Remove use of
        error_pre_print.
        * main.c (captured_main): Remove use of error_pre_print and
        quit_pre_print.
        * utils.c (error_pre_print, quit_pre_print): Remove.
        * utils.h (error_pre_print, quit_pre_print): Likewise.
This commit is contained in:
Andrew Burgess 2013-08-01 09:09:58 +00:00
parent 6d075bce12
commit b2ae85cf8a
5 changed files with 9 additions and 23 deletions

View file

@ -185,14 +185,6 @@ show_sevenbit_strings (struct ui_file *file, int from_tty,
value);
}
/* String to be printed before error messages, if any. */
char *error_pre_print;
/* String to be printed before quit messages, if any. */
char *quit_pre_print;
/* String to be printed before warning messages, if any. */
char *warning_pre_print = "\nwarning: ";