From: Tom Tromey Date: Thu, 27 Jun 2013 19:38:24 +0000 (+0000) Subject: * target.c (target_struct_index): Remove. X-Git-Tag: sid-snapshot-20130701~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9ef825d2e7163a4ce989c7647739eb58c4b84d2;p=external%2Fbinutils.git * target.c (target_struct_index): Remove. --- 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