diff options
author | Tom Tromey <tromey@adacore.com> | 2022-08-11 10:15:50 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2022-08-31 11:03:40 -0600 |
commit | 334c30c253b8cf27833948386340f83340741a82 (patch) | |
tree | bae8ef07928f73b9330c371ce57d5f7a2e1f84a1 | |
parent | 8dc84baf2e0c52828d3aed0dc88a48866d07818b (diff) | |
download | gdb-334c30c253b8cf27833948386340f83340741a82.zip gdb-334c30c253b8cf27833948386340f83340741a82.tar.gz gdb-334c30c253b8cf27833948386340f83340741a82.tar.bz2 |
Remove obsolete filtering comment
top.h has an obsolete comment about the use of _unfiltered.
-rw-r--r-- | gdb/top.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. */ |