summaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2011-01-14 13:47:14 +0000
committerPedro Alves <pedro@codesourcery.com>2011-01-14 13:47:14 +0000
commitb81a31ca876f98fe3df6cca179cd1b80f56dd634 (patch)
treee9cda91ca6c33c1073c7669edbe9b3072acf46d5 /gdb/target.h
parent4e0d07bbdcbb3ea9765e1d044aa32526b5bddf66 (diff)
downloadgdb-b81a31ca876f98fe3df6cca179cd1b80f56dd634.tar.gz
* 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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 15a6680061a..c9f9ef076be 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) */