summaryrefslogtreecommitdiff
path: root/gdb/blockframe.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-10-23 19:40:30 +0000
committerTom Tromey <tromey@redhat.com>2009-10-23 19:40:30 +0000
commit53604ce70a3d91ea3445d702370d161d95e9ed8c (patch)
tree485ccc8d5a423289d23e34aa938c4ed0a7c13403 /gdb/blockframe.c
parent0e13bbe2da8c8e5728a031e6f7ad88165315ea7e (diff)
downloadgdb-53604ce70a3d91ea3445d702370d161d95e9ed8c.tar.gz
* 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 f3d631108a4..db2d12bfe04 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.