diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-24 21:51:49 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-24 21:51:49 +0000 |
commit | d41bf615d15d8629ce3be2d06a3dec22b7c0e989 (patch) | |
tree | 85f8405995d824da4d475c645ffbda5358020e95 /gdb/v850ice.c | |
parent | d84f21575d4bfd73fb4d7636b57274de051f046c (diff) | |
download | gdb-d41bf615d15d8629ce3be2d06a3dec22b7c0e989.tar.gz |
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/v850ice.c')
-rw-r--r-- | gdb/v850ice.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/v850ice.c b/gdb/v850ice.c index 9f516a32d91..c36e7564e2e 100644 --- a/gdb/v850ice.c +++ b/gdb/v850ice.c @@ -50,8 +50,6 @@ struct MessageIO /* Prototypes for functions located in other files */ extern void break_command (char *, int); -extern int (*ui_loop_hook) (int); - /* Prototypes for local functions */ static int init_hidden_window (void); |