From: Doug Evans Date: Tue, 14 Aug 2012 19:35:47 +0000 (+0000) Subject: * gdbtypes.c (struct extra): Delete, unused. X-Git-Tag: sid-snapshot-20120901~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70b099cf5a2f5c0fa7fd4d4d84570e998471da68;p=platform%2Fupstream%2Fbinutils.git * gdbtypes.c (struct extra): Delete, unused. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 58d97bb..a23fd3c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2012-08-14 Doug Evans + * gdbtypes.c (struct extra): Delete, unused. + * gdbtypes.c: Whitespace cleanup. (address_space_name_to_int): Remove "extern" from definition. (_initialize_gdbtypes): Declare with initialize_file_ftype. diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index b727859..bb9e645 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -132,12 +132,6 @@ show_overload_debug (struct ui_file *file, int from_tty, value); } -struct extra - { - char str[128]; - int len; - }; /* Maximum extension is 128! FIXME */ - static void print_bit_vector (B_TYPE *, int); static void print_arg_types (struct field *, int, int); static void dump_fn_fieldlists (struct type *, int);