mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* target.c (target_struct_index): Remove.
This commit is contained in:
parent
e5823f1cb5
commit
c9ef825d2e
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user