summaryrefslogtreecommitdiff
path: root/gdb/features
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2010-05-05 18:56:07 +0000
committerMichael Snyder <msnyder@specifix.com>2010-05-05 18:56:07 +0000
commitdaa90eec460bdce8090d98ac64ca5aa5ea185a83 (patch)
tree5cfb41191bc4f70112276930ac0a6d23482345ad /gdb/features
parent6d5d0eaf2fe5e9dbfcbe1db2c3aaedeaad091dd5 (diff)
downloadgdb-daa90eec460bdce8090d98ac64ca5aa5ea185a83.tar.gz
2010-05-05 Michael Snyder <msnyder@vmware.com>
* features/i386/i386-mmx.c (initialize_tdesc_i386_mmx): Delete unused variable 'type'.
Diffstat (limited to 'gdb/features')
-rw-r--r--gdb/features/i386/i386-mmx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/features/i386/i386-mmx.c b/gdb/features/i386/i386-mmx.c
index f43df656e18..6c6d1932420 100644
--- a/gdb/features/i386/i386-mmx.c
+++ b/gdb/features/i386/i386-mmx.c
@@ -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"));