diff options
author | Pedro Alves <palves@redhat.com> | 2011-01-14 13:47:15 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-01-14 13:47:15 +0000 |
commit | ecb956dd69b89635881426d961d4d3d2b0e7973c (patch) | |
tree | 21e5f17bbb48f74357ddeb6959c9617f853fde37 /gdb/target.c | |
parent | 715f468029079d169d0aa71ebfb6544e4d23a75d (diff) | |
download | gdb-ecb956dd69b89635881426d961d4d3d2b0e7973c.zip gdb-ecb956dd69b89635881426d961d4d3d2b0e7973c.tar.gz gdb-ecb956dd69b89635881426d961d4d3d2b0e7973c.tar.bz2 |
* target.h (deprecated_child_ops): Delete declaration.
* target.c (deprecated_child_ops): Delete definition.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/target.c b/gdb/target.c index ff87931..32da4dd 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -157,12 +157,6 @@ static void debug_to_notice_signals (ptid_t); static void debug_to_stop (ptid_t); -/* NOTE: cagney/2004-09-29: Many targets reference this variable in - wierd and mysterious ways. Putting the variable here lets those - wierd and mysterious ways keep building while they are being - converted to the inferior inheritance structure. */ -struct target_ops deprecated_child_ops; - /* Pointer to array of target architecture structures; the size of the array; the current index into the array; the allocated size of the array. */ |