Remove error_stream
authorTom Tromey <tom@tromey.com>
Sun, 16 Apr 2023 18:40:33 +0000 (12:40 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 2 May 2023 15:14:11 +0000 (09:14 -0600)
commite29e63040dd09449a21762bcacabdf31d580beee
treeb70a9d3c5d5970c9cb8454f3e28ac41b32d85883
parentb545d4239bedf9001926efd55da2aa2bd2bbb94a
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.
gdb/breakpoint.c
gdb/utils.c
gdb/utils.h