jit: make gdb_object::symtabs an std::forward_list
[deliverable/binutils-gdb.git] / gdb / features / arc-v2.c
index 9908b4c5ecb1699ab7dfb2c550f795dd9aeb6113..b2254b293cfecb3890595c4398426a92458e80f0 100644 (file)
@@ -52,7 +52,6 @@ initialize_tdesc_arc_v2 (void)
 
   feature = tdesc_create_feature (result, "org.gnu.gdb.arc.aux-minimal");
   tdesc_type_with_fields *type_with_fields;
-  tdesc_type *field_type;
   type_with_fields = tdesc_create_flags (feature, "status32_type", 4);
   tdesc_add_flag (type_with_fields, 0, "H");
   tdesc_add_bitfield (type_with_fields, "E", 1, 4);
This page took 0.023734 seconds and 4 git commands to generate.