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>
This commit is contained in:
Tom Tromey
2022-08-16 11:40:15 -06:00
parent 5c51acfcce
commit f2e4bd45d9
12 changed files with 3 additions and 21 deletions

View File

@@ -296,7 +296,6 @@ interpreter_exec_cmd (const char *args, int from_tty)
scoped_restore save_stderr = make_scoped_restore (&gdb_stderr);
scoped_restore save_stdlog = make_scoped_restore (&gdb_stdlog);
scoped_restore save_stdtarg = make_scoped_restore (&gdb_stdtarg);
scoped_restore save_stdtargerr = make_scoped_restore (&gdb_stdtargerr);
if (args == NULL)
error_no_arg (_("interpreter-exec command"));