summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/top.h4
1 files changed, 1 insertions, 3 deletions
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. */