* target.c (deprecated_child_ops): Delete definition.
+2011-01-14 Pedro Alves <pedro@codesourcery.com>
+
+ * target.h (deprecated_child_ops): Delete declaration.
+ * target.c (deprecated_child_ops): Delete definition.
+
2011-01-14 Pedro Alves <pedro@codesourcery.com>
* Makefile.in (hpux-thread.o): Delete rule.
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. */
/* Blank target vector entries are initialized to target_ignore. */
void target_ignore (void);
-extern struct target_ops deprecated_child_ops;
-
#endif /* !defined (TARGET_H) */