From 59b21252a88aa6ba488cfb19686d9cbad2577e76 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 24 Nov 2016 10:23:07 -0500 Subject: 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. --- gdb/ui-out.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/ui-out.c') diff --git a/gdb/ui-out.c b/gdb/ui-out.c index 60d18eee2bb..10f73351892 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 { -- cgit v1.2.1