aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-24 21:51:49 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-24 21:51:49 +0000
commit11c949aaae4b4cc30283a917133a485800514ecb (patch)
tree74a3d0db5336de350ede8b500d7816a651dccc99 /gdb/remote-sim.c
parenteaabf820465f0697c9d7187c372ca243da8a235c (diff)
downloadfsf-binutils-gdb-11c949aaae4b4cc30283a917133a485800514ecb.zip
fsf-binutils-gdb-11c949aaae4b4cc30283a917133a485800514ecb.tar.gz
fsf-binutils-gdb-11c949aaae4b4cc30283a917133a485800514ecb.tar.bz2
2004-06-24 Andrew Cagney <cagney@gnu.org>
* defs.h (post_add_symbol_hook, pre_add_symbol_hook) (ui_loop_hook, selected_frame_level_changed_hook): Declare. * wince.c (ui_loop_hook): Delete extern declaration. * win32-nat.c (ui_loop_hook): Delete extern declaration.. * v850ice.c (ui_loop_hook): Delete extern declaration.. * ser-unix.c (ui_loop_hook): Delete extern declaration.. * ser-tcp.c (ui_loop_hook): Delete extern declaration.. * remote-sim.c (ui_loop_hook): Delete extern declaration.. * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern. ui_loop_hook declaration.
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r--gdb/remote-sim.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c
index a407230..e058311 100644
--- a/gdb/remote-sim.c
+++ b/gdb/remote-sim.c
@@ -48,8 +48,6 @@
extern void _initialize_remote_sim (void);
-extern int (*ui_loop_hook) (int signo);
-
static void dump_mem (char *buf, int len);
static void init_callbacks (void);