diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2016-11-24 10:23:07 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2016-11-26 10:23:36 -0500 |
commit | 59b21252a88aa6ba488cfb19686d9cbad2577e76 (patch) | |
tree | 0a864aca728d0c4942fcaf78f760456e51f05f70 /gdb/ui-out.c | |
parent | cf6451802f5d3f161d992ea39fac139273926773 (diff) | |
download | gdb-59b21252a88aa6ba488cfb19686d9cbad2577e76.zip gdb-59b21252a88aa6ba488cfb19686d9cbad2577e76.tar.gz gdb-59b21252a88aa6ba488cfb19686d9cbad2577e76.tar.bz2 |
Remove stale comments
The default ui_out is gone since commit
23ff98d2fed4a1eaeb815e18cd4169e5aa7aaa60.
gdb/ChangeLog:
* ui-out.h (struct ui_out_impl): Remove comment.
* ui-out.c (struct ui_out): Remove comment.
Diffstat (limited to 'gdb/ui-out.c')
-rw-r--r-- | gdb/ui-out.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/ui-out.c b/gdb/ui-out.c index 60d18ee..10f7335 100644 --- a/gdb/ui-out.c +++ b/gdb/ui-out.c @@ -87,8 +87,6 @@ struct ui_out_table /* The ui_out structure */ -/* Any change here requires a corresponding one in the initialization - of the default uiout, which is statically initialized. */ struct ui_out { |