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.h | |
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.h')
-rw-r--r-- | gdb/ui-out.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/ui-out.h b/gdb/ui-out.h index 9e1e74d..a641601 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; |