diff options
author | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:52:41 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-06-27 19:52:41 +0000 |
commit | 97b1715633cb136863e0d5ceacef2871ff81a7c9 (patch) | |
tree | e27aa3a39b730fcc425ac62768f35ce7e7735f0a /gdb/target.h | |
parent | 6a3bfc5cda51016d9534be898cc68c54fd4a5bba (diff) | |
download | gdb-97b1715633cb136863e0d5ceacef2871ff81a7c9.zip gdb-97b1715633cb136863e0d5ceacef2871ff81a7c9.tar.gz gdb-97b1715633cb136863e0d5ceacef2871ff81a7c9.tar.bz2 |
* target.c (find_run_target): Remove.
* target.h (find_run_target): Remove.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/target.h b/gdb/target.h index a8587e8..1bf716e 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -1948,8 +1948,6 @@ extern void find_default_attach (struct target_ops *, char *, int); extern void find_default_create_inferior (struct target_ops *, char *, char *, char **, int); -extern struct target_ops *find_run_target (void); - extern struct target_ops *find_target_beneath (struct target_ops *); /* Read OS data object of type TYPE from the target, and return it in |