* target.c (target_struct_index): Remove.
authorTom Tromey <tromey@redhat.com>
Thu, 27 Jun 2013 19:38:24 +0000 (19:38 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 27 Jun 2013 19:38:24 +0000 (19:38 +0000)
gdb/ChangeLog
gdb/target.c

index 8cb93e3..7711dc9 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-27  Tom Tromey  <tromey@redhat.com>
+
+       * target.c (target_struct_index): Remove.
+
 2013-06-27  Pedro Alves  <palves@redhat.com>
 
        * infrun.c: Remove comment describing the 'stepping over runtime
index 519b97f..9467ba4 100644 (file)
@@ -153,7 +153,6 @@ static void debug_to_stop (ptid_t);
    array.  */
 struct target_ops **target_structs;
 unsigned target_struct_size;
-unsigned target_struct_index;
 unsigned target_struct_allocsize;
 #define        DEFAULT_ALLOCSIZE       10