From b072f6c163b25ec90d592ca42aeb56bc88e8da0c Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 3 Mar 2015 12:45:11 -0500 Subject: Remove unused function declarations in target.h find_default_create_inferior and find_default_attach were removed in b3ccfe11. gdb/ChangeLog: * target.h (find_default_create_inferior): Remove declaration. (find_default_attach): Likewise. --- gdb/target.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/target.h') diff --git a/gdb/target.h b/gdb/target.h index a2d64bf..5ba8425 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -2175,11 +2175,6 @@ extern void noprocess (void) ATTRIBUTE_NORETURN; extern void target_require_runnable (void); -extern void find_default_attach (struct target_ops *, const char *, int); - -extern void find_default_create_inferior (struct target_ops *, - char *, char *, char **, int); - extern struct target_ops *find_target_beneath (struct target_ops *); /* Find the target at STRATUM. If no target is at that stratum, -- cgit v1.1