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.
+2014-02-25 Tom Tromey <tromey@redhat.com>
+
+ * target.h (target_ignore): Don't declare.
+ * target.c (target_ignore): Remove.
+
2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
PR gdb/16626
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 *);
/* Stub functions */
-void
-target_ignore (void)
-{
-}
-
void
target_kill (void)
{
\f
/* Imported from machine dependent code. */
-/* Blank target vector entries are initialized to target_ignore. */
-void target_ignore (void);
-
/* See to_supports_btrace in struct target_ops. */
#define target_supports_btrace() \
(current_target.to_supports_btrace (¤t_target))