From 334c30c253b8cf27833948386340f83340741a82 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 11 Aug 2022 10:15:50 -0600 Subject: Remove obsolete filtering comment top.h has an obsolete comment about the use of _unfiltered. --- gdb/top.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gdb/top.h') 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. */ -- cgit v1.2.1