diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-09-05 10:09:48 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-09-05 10:09:48 +0000 |
commit | cfd90f3ef5d1257f1b99b8fcc9c89beb1c7670ef (patch) | |
tree | 459eb4a66fe60f14a992f4f309ea2e4a1e417a11 | |
parent | 6aaa2910af90ff41c4cc3920a1019b64181ca954 (diff) | |
download | fsf-binutils-gdb-cfd90f3ef5d1257f1b99b8fcc9c89beb1c7670ef.zip fsf-binutils-gdb-cfd90f3ef5d1257f1b99b8fcc9c89beb1c7670ef.tar.gz fsf-binutils-gdb-cfd90f3ef5d1257f1b99b8fcc9c89beb1c7670ef.tar.bz2 |
Remove declarations for
standard_is_async_p standard_can_async_p.
-rw-r--r-- | gdb/async-nat-inferior.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/async-nat-inferior.c b/gdb/async-nat-inferior.c index 5f05c66..361003a 100644 --- a/gdb/async-nat-inferior.c +++ b/gdb/async-nat-inferior.c @@ -61,9 +61,6 @@ #define EXC_SOFT_SIGNAL 0 #endif -extern int standard_is_async_p (void); -extern int standard_can_async_p (void); - extern bfd *exec_bfd; gdb_inferior_status *gdb_status = NULL; |