From 8dc84baf2e0c52828d3aed0dc88a48866d07818b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 11 Aug 2022 10:15:36 -0600 Subject: Remove the "for moment" comments A few spots setting some gdb output stream variables have a "for moment" comment. These comments aren't useful and I think the moment has passed -- these are permanent now. --- gdb/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/main.c') diff --git a/gdb/main.c b/gdb/main.c index 8c97987..91fa196 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -676,8 +676,8 @@ captured_main_1 (struct captured_main_args *context) main_ui = new ui (stdin, stdout, stderr); current_ui = main_ui; - gdb_stdtargerr = gdb_stderr; /* for moment */ - gdb_stdtargin = gdb_stdin; /* for moment */ + gdb_stdtargerr = gdb_stderr; + gdb_stdtargin = gdb_stdin; if (bfd_init () != BFD_INIT_MAGIC) error (_("fatal error: libbfd ABI mismatch")); -- cgit v1.1