* gdbtypes.c (struct extra): Delete, unused.
This commit is contained in:
parent
5212577a88
commit
70b099cf5a
2 changed files with 2 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue