aboutsummaryrefslogtreecommitdiff
path: root/gdb/ui-out.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2016-11-24 10:23:07 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2016-11-26 10:23:36 -0500
commit59b21252a88aa6ba488cfb19686d9cbad2577e76 (patch)
tree0a864aca728d0c4942fcaf78f760456e51f05f70 /gdb/ui-out.h
parentcf6451802f5d3f161d992ea39fac139273926773 (diff)
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.h')
-rw-r--r--gdb/ui-out.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h
index 9e1e74dabc..a64160148f 100644
--- a/gdb/ui-out.h
+++ b/gdb/ui-out.h
@@ -202,9 +202,6 @@ typedef void (data_destroy_ftype) (struct ui_out *uiout);
/* ui-out-impl */
-/* IMPORTANT: If you change this structure, make sure to change the default
- initialization in ui-out.c. */
-
struct ui_out_impl
{
table_begin_ftype *table_begin;