mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user