remove target_ignore
This removes target_ignore, which isn't used any more. 2014-02-25 Tom Tromey <tromey@redhat.com> * target.h (target_ignore): Don't declare. * target.c (target_ignore): Remove.
This commit is contained in:
parent
849c862eb2
commit
b9e795ee55
3 changed files with 5 additions and 10 deletions
|
@ -2187,9 +2187,6 @@ extern void update_target_permissions (void);
|
|||
|
||||
/* Imported from machine dependent code. */
|
||||
|
||||
/* Blank target vector entries are initialized to target_ignore. */
|
||||
void target_ignore (void);
|
||||
|
||||
/* See to_supports_btrace in struct target_ops. */
|
||||
#define target_supports_btrace() \
|
||||
(current_target.to_supports_btrace (¤t_target))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue