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:
Tom Tromey 2014-02-24 14:57:14 -07:00
parent 849c862eb2
commit b9e795ee55
3 changed files with 5 additions and 10 deletions

View file

@ -81,8 +81,6 @@ static int return_zero (struct target_ops *);
static int return_zero_has_execution (struct target_ops *, ptid_t);
void target_ignore (void);
static void target_command (char *, int);
static struct target_ops *find_default_run_target (char *);
@ -464,11 +462,6 @@ add_deprecated_target_alias (struct target_ops *t, char *alias)
/* Stub functions */
void
target_ignore (void)
{
}
void
target_kill (void)
{