diff options
author | Doug Evans <dje@google.com> | 2012-08-14 19:35:47 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2012-08-14 19:35:47 +0000 |
commit | 70b099cf5a2f5c0fa7fd4d4d84570e998471da68 (patch) | |
tree | e5aa9fb48612eb6f4afadb52579dc165b8a47b40 /gdb | |
parent | 5212577a88fa9b80483301f11e07322d1f7c6996 (diff) | |
download | gdb-70b099cf5a2f5c0fa7fd4d4d84570e998471da68.zip gdb-70b099cf5a2f5c0fa7fd4d4d84570e998471da68.tar.gz gdb-70b099cf5a2f5c0fa7fd4d4d84570e998471da68.tar.bz2 |
* gdbtypes.c (struct extra): Delete, unused.
Diffstat (limited to 'gdb')
-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); |