* target.h (deprecated_child_ops): Delete declaration.

* target.c (deprecated_child_ops): Delete definition.
This commit is contained in:
Pedro Alves
2011-01-14 13:47:15 +00:00
parent 715f468029
commit ecb956dd69
3 changed files with 5 additions and 8 deletions

View File

@ -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) */