diff options
author | Tom Tromey <tom@tromey.com> | 2023-04-16 12:40:33 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-05-02 09:14:11 -0600 |
commit | e29e63040dd09449a21762bcacabdf31d580beee (patch) | |
tree | b70a9d3c5d5970c9cb8454f3e28ac41b32d85883 /gdb/utils.h | |
parent | b545d4239bedf9001926efd55da2aa2bd2bbb94a (diff) | |
download | binutils-e29e63040dd09449a21762bcacabdf31d580beee.zip binutils-e29e63040dd09449a21762bcacabdf31d580beee.tar.gz binutils-e29e63040dd09449a21762bcacabdf31d580beee.tar.bz2 |
Remove error_stream
error_stream is trivial and only used in a couple of spots in
breakpoint.c. This patch removes it in favor of just writing it out
at the spots where it was used.
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index 29ff376..2d831ba 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -285,8 +285,6 @@ extern void (*deprecated_error_begin_hook) (void); extern const char *warning_pre_print; -extern void error_stream (const string_file &) ATTRIBUTE_NORETURN; - extern void demangler_vwarning (const char *file, int line, const char *, va_list ap) ATTRIBUTE_PRINTF (3, 0); |