From: Pedro Alves Date: Fri, 14 Jan 2011 13:47:15 +0000 (+0000) Subject: * target.h (deprecated_child_ops): Delete declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ecb956dd69b89635881426d961d4d3d2b0e7973c;p=binutils-gdb.git * target.h (deprecated_child_ops): Delete declaration. * target.c (deprecated_child_ops): Delete definition. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3b14ae44dbf..13746fe0836 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2011-01-14 Pedro Alves + + * target.h (deprecated_child_ops): Delete declaration. + * target.c (deprecated_child_ops): Delete definition. + 2011-01-14 Pedro Alves * Makefile.in (hpux-thread.o): Delete rule. diff --git a/gdb/target.c b/gdb/target.c index ff879316a2c..32da4dd0e6c 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. */ 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) */