From: Tom Tromey Date: Thu, 11 Aug 2022 16:15:50 +0000 (-0600) Subject: Remove obsolete filtering comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=334c30c253b8cf27833948386340f83340741a82;p=binutils-gdb.git Remove obsolete filtering comment top.h has an obsolete comment about the use of _unfiltered. --- diff --git a/gdb/top.h b/gdb/top.h index 9ea07262c39..3bd1108f06a 100644 --- a/gdb/top.h +++ b/gdb/top.h @@ -142,9 +142,7 @@ struct ui /* Serious error notifications */ struct ui_file *m_gdb_stderr; /* Log/debug/trace messages that should bypass normal stdout/stderr - filtering. For moment, always call this stream using - *_unfiltered. In the very near future that restriction shall be - removed - either call shall be unfiltered. (cagney 1999-06-13). */ + filtering. */ struct ui_file *m_gdb_stdlog; /* The current ui_out. */