aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-interp.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/cli/cli-interp.h
parent5c51acfcce1e1ed997e3c2504c2a93a9ad16015e (diff)
downloadbinutils-f2e4bd45d95747128aefc1362129081deeb99d08.zip
binutils-f2e4bd45d95747128aefc1362129081deeb99d08.tar.gz
binutils-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/cli/cli-interp.h')
-rw-r--r--gdb/cli/cli-interp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/cli/cli-interp.h b/gdb/cli/cli-interp.h
index 137eb46..03b592f 100644
--- a/gdb/cli/cli-interp.h
+++ b/gdb/cli/cli-interp.h
@@ -50,7 +50,6 @@ private:
ui_file *err;
ui_file *log;
ui_file *targ;
- ui_file *targerr;
/* When redirecting, some or all of these may be non-null
depending on the logging mode. */
ui_file_up stdout_holder;