* target.c (target_struct_index): Remove.

This commit is contained in:
Tom Tromey 2013-06-27 19:38:24 +00:00
parent e5823f1cb5
commit c9ef825d2e
2 changed files with 4 additions and 1 deletions

View 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

View 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