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:
Pedro Alves
2016-04-12 16:49:32 +01:00
parent 585a46a2d0
commit cfd0fbddb0
4 changed files with 8 additions and 44 deletions

View File

@ -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) (&current_target);
}
/* See target/target.h. */
void