diff options
Diffstat (limited to 'gdb/features/tic6x-c64xp.c')
-rw-r--r-- | gdb/features/tic6x-c64xp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/features/tic6x-c64xp.c b/gdb/features/tic6x-c64xp.c index 90cacb9..cd4de3a 100644 --- a/gdb/features/tic6x-c64xp.c +++ b/gdb/features/tic6x-c64xp.c @@ -10,7 +10,6 @@ initialize_tdesc_tic6x_c64xp (void) { struct target_desc *result = allocate_target_description (); struct tdesc_feature *feature; - struct tdesc_type *field_type, *type; set_tdesc_architecture (result, bfd_scan_arch ("tic6x")); |