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.h | |
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.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h index 15a6680..c9f9ef0 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1633,6 +1633,4 @@ extern void update_target_permissions (void); /* Blank target vector entries are initialized to target_ignore. */ void target_ignore (void); -extern struct target_ops deprecated_child_ops; - #endif /* !defined (TARGET_H) */ |