summaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-10-23 19:40:31 +0000
committerTom Tromey <tromey@redhat.com>2009-10-23 19:40:31 +0000
commita515ee820261b8ddcfcf23387d4d77c5fdc96fba (patch)
tree72a077a3043dd649758bfcd158e988a4147cd4b6 /gdb/blockframe.c
parentbcbfd75943661d391dea442519ed619513beeaf2 (diff)
* blockframe.c (_initialize_blockframe): Remove declaration.
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r--gdb/blockframe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c
index f3d631108a..db2d12bfe0 100644
--- a/gdb/blockframe.c
+++ b/gdb/blockframe.c
@@ -38,10 +38,6 @@
#include "block.h"
#include "inline-frame.h"
-/* Prototypes for exported functions. */
-
-void _initialize_blockframe (void);
-
/* Return the innermost lexical block in execution
in a specified stack frame. The frame address is assumed valid.