diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8cb93e32359..7711dc9f0f8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/target.c b/gdb/target.c
index 519b97fd63c..9467ba4fea8 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -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