From b9e795ee5549c36dedd086c202f8aa3534c4b770 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Mon, 24 Feb 2014 14:57:14 -0700 Subject: remove target_ignore This removes target_ignore, which isn't used any more. 2014-02-25 Tom Tromey * target.h (target_ignore): Don't declare. * target.c (target_ignore): Remove. --- gdb/target.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gdb/target.c') diff --git a/gdb/target.c b/gdb/target.c index e4bf2e9..3e54d85 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -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 *); @@ -465,11 +463,6 @@ add_deprecated_target_alias (struct target_ops *t, char *alias) /* Stub functions */ void -target_ignore (void) -{ -} - -void target_kill (void) { if (targetdebug) -- cgit v1.1