summaryrefslogtreecommitdiff
path: root/gdb/gdbtk/generic
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-24 21:50:24 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-24 21:50:24 +0000
commitd84f21575d4bfd73fb4d7636b57274de051f046c (patch)
treee4d8be64e87c6c63c3acb3aa2bbbe9fbc59dbe3d /gdb/gdbtk/generic
parent75947e1e44207633de7125bcb29183585166cf9e (diff)
downloadgdb-d84f21575d4bfd73fb4d7636b57274de051f046c.tar.gz
2004-06-24 Andrew Cagney <cagney@gnu.org>
* generic/gdbtk-hooks.c (ui_loop_hook, pre_add_symbol_hook) (post_add_symbol_hook, selected_frame_level_changed_hook): Delete extern declarations.
Diffstat (limited to 'gdb/gdbtk/generic')
-rw-r--r--gdb/gdbtk/generic/gdbtk-hooks.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/gdbtk/generic/gdbtk-hooks.c b/gdb/gdbtk/generic/gdbtk-hooks.c
index 6499a519158..3a00a43364c 100644
--- a/gdb/gdbtk/generic/gdbtk-hooks.c
+++ b/gdb/gdbtk/generic/gdbtk-hooks.c
@@ -73,11 +73,6 @@ extern void gdbtk_create_tracepoint (int);
extern void gdbtk_delete_tracepoint (int);
extern void gdbtk_modify_tracepoint (int);
-extern void (*pre_add_symbol_hook) (const char *);
-extern void (*post_add_symbol_hook) (void);
-extern void (*selected_frame_level_changed_hook) (int);
-extern int (*ui_loop_hook) (int);
-
static void gdbtk_architecture_changed (void);
static void gdbtk_trace_find (char *arg, int from_tty);
static void gdbtk_trace_start_stop (int, int);