* 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 8cb93e3235933db8ea25f272964a6850ae1b5a01..7711dc9f0f89f2931d37901d01e6cfdd4a4adf40 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 519b97fd63c330d9c7f2739122b55131cfe05dba..9467ba4fea8c173312ce48eed0bf16c3f9893476 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