diff options
author | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:38:24 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:38:24 +0000 |
commit | c9ef825d2e7163a4ce989c7647739eb58c4b84d2 (patch) | |
tree | bf19d59e3be52799cb5a0be18ab58fd9692ce7e5 /gdb | |
parent | e5823f1cb51a024d11a2953dc3a07af99439b261 (diff) | |
download | gdb-c9ef825d2e7163a4ce989c7647739eb58c4b84d2.zip gdb-c9ef825d2e7163a4ce989c7647739eb58c4b84d2.tar.gz gdb-c9ef825d2e7163a4ce989c7647739eb58c4b84d2.tar.bz2 |
* target.c (target_struct_index): Remove.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/target.c | 1 |
2 files changed, 4 insertions, 1 deletions
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 <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 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 |