diff options
-rw-r--r-- | gdb/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/gdbtypes.c | 6 |
2 files changed, 2 insertions, 6 deletions
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 <dje@google.com> + * 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); |