2010-05-05 Michael Snyder <msnyder@vmware.com>

* features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
	Delete unused variable 'type'.
This commit is contained in:
Michael Snyder 2010-05-05 18:56:12 +00:00
parent 02e7ea1823
commit 75721c6694
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-05-05 Michael Snyder <msnyder@vmware.com>
* features/i386/i386-mmx.c (initialize_tdesc_i386_mmx):
Delete unused variable 'type'.
2010-05-05 Joel Brobecker <brobecker@adacore.com>
* gdbtypes.h (MAX_OF_TYPE, MIN_OF_TYPE): Delete macros.

View File

@ -10,7 +10,6 @@ initialize_tdesc_i386_mmx (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 ("i386"));