aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-08-16 11:40:15 -0600
committerTom Tromey <tromey@adacore.com>2024-05-17 10:01:13 -0600
commitf2e4bd45d95747128aefc1362129081deeb99d08 (patch)
treeef30b87f521be5a44c806f0ddf882aceece322c5 /gdb/ui-out.h
parent5c51acfcce1e1ed997e3c2504c2a93a9ad16015e (diff)
downloadgdb-f2e4bd45d95747128aefc1362129081deeb99d08.zip
gdb-f2e4bd45d95747128aefc1362129081deeb99d08.tar.gz
gdb-f2e4bd45d95747128aefc1362129081deeb99d08.tar.bz2
Remove gdb_stdtargerr
This patch removes gdb_stdtargerr. There doesn't seem to be a need for this -- it is always the same as stdtarg, and (I believe) has been for many years. Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/ui-out.h')
-rw-r--r--gdb/ui-out.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index 74b570b..ef9ce4f 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -645,7 +645,6 @@ private:
buffering_file m_buffered_stderr;
buffering_file m_buffered_stdlog;
buffering_file m_buffered_stdtarg;
- buffering_file m_buffered_stdtargerr;
/* Buffer for current_uiout's output stream. */
std::optional<buffering_file> m_buffered_current_uiout;