From c9ef825d2e7163a4ce989c7647739eb58c4b84d2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 27 Jun 2013 19:38:24 +0000 Subject: [PATCH] * target.c (target_struct_index): Remove. --- gdb/ChangeLog | 4 ++++ gdb/target.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8cb93e3..7711dc9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-06-27 Tom Tromey + + * target.c (target_struct_index): Remove. + 2013-06-27 Pedro Alves * infrun.c: Remove comment describing the 'stepping over runtime diff --git a/gdb/target.c b/gdb/target.c index 519b97f..9467ba4 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 -- 2.7.4