Remove obsolete filtering comment
authorTom Tromey <tromey@adacore.com>
Thu, 11 Aug 2022 16:15:50 +0000 (10:15 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 31 Aug 2022 17:03:40 +0000 (11:03 -0600)
top.h has an obsolete comment about the use of _unfiltered.

gdb/top.h

index 9ea07262c39c5a034fc3a9a4ce466ed581bd3eaf..3bd1108f06a878b08dcc657c3385bf1aa03f06b1 100644 (file)
--- 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.  */