| Index: gdb/features/i386/i386-mmx-linux.c
|
| diff --git a/gdb/features/i386/i386-mmx-linux.c b/gdb/features/i386/i386-mmx-linux.c
|
| index 364ade478392cd276f4fdec014c9d6167b399eda..872826a3fa276418f98ccb599056fbf727cbed6b 100644
|
| --- a/gdb/features/i386/i386-mmx-linux.c
|
| +++ b/gdb/features/i386/i386-mmx-linux.c
|
| @@ -10,7 +10,7 @@ initialize_tdesc_i386_mmx_linux (void)
|
| {
|
| struct target_desc *result = allocate_target_description ();
|
| struct tdesc_feature *feature;
|
| - struct tdesc_type *field_type, *type;
|
| + struct tdesc_type *field_type;
|
|
|
| set_tdesc_architecture (result, bfd_scan_arch ("i386"));
|
|
|
|
|