From: Tom Tromey Date: Thu, 27 Jun 2013 19:38:24 +0000 (+0000) Subject: * target.c (target_struct_index): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c9ef825d2e7163a4ce989c7647739eb58c4b84d2;p=binutils-gdb.git * target.c (target_struct_index): Remove. --- 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 + + * 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 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