From f2e4bd45d95747128aefc1362129081deeb99d08 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 16 Aug 2022 11:40:15 -0600 Subject: 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 --- gdb/utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/utils.h') 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. */ -- cgit v1.1