diff options
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; |