aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.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/utils.h
parent5c51acfcce1e1ed997e3c2504c2a93a9ad16015e (diff)
downloadfsf-binutils-gdb-f2e4bd45d95747128aefc1362129081deeb99d08.zip
fsf-binutils-gdb-f2e4bd45d95747128aefc1362129081deeb99d08.tar.gz
fsf-binutils-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/utils.h')
-rw-r--r--gdb/utils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index f0189c7..66eec96 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -194,7 +194,6 @@ extern void gdb_flush (struct ui_file *stream);
/* Target output that should bypass the pager, if one is in use. */
extern struct ui_file *gdb_stdtarg;
-extern struct ui_file *gdb_stdtargerr;
extern struct ui_file *gdb_stdtargin;
/* Set the screen dimensions to WIDTH and HEIGHT. */