Eliminate target_check_pending_interrupt
This is no longer called anywhere. gdb/ChangeLog: 2016-04-12 Pedro Alves <palves@redhat.com> * target.c (target_check_pending_interrupt): Delete. * target.h (struct target_ops) <to_check_pending_interrupt>: Remove method. (target_check_pending_interrupt): Remove declaration. * target-delegates.c: Regenerate.
This commit is contained in:
parent
585a46a2d0
commit
cfd0fbddb0
4 changed files with 8 additions and 44 deletions
|
@ -3378,14 +3378,6 @@ default_target_pass_ctrlc (struct target_ops *ops)
|
|||
target_interrupt (inferior_ptid);
|
||||
}
|
||||
|
||||
/* See target.h. */
|
||||
|
||||
void
|
||||
target_check_pending_interrupt (void)
|
||||
{
|
||||
(*current_target.to_check_pending_interrupt) (¤t_target);
|
||||
}
|
||||
|
||||
/* See target/target.h. */
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue