diff options
author | Tom Tromey <tromey@redhat.com> | 2009-10-23 19:40:31 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-10-23 19:40:31 +0000 |
commit | a515ee820261b8ddcfcf23387d4d77c5fdc96fba (patch) | |
tree | 72a077a3043dd649758bfcd158e988a4147cd4b6 /gdb/blockframe.c | |
parent | bcbfd75943661d391dea442519ed619513beeaf2 (diff) | |
download | gdb-a515ee820261b8ddcfcf23387d4d77c5fdc96fba.zip gdb-a515ee820261b8ddcfcf23387d4d77c5fdc96fba.tar.gz gdb-a515ee820261b8ddcfcf23387d4d77c5fdc96fba.tar.bz2 |
* blockframe.c (_initialize_blockframe): Remove declaration.
Diffstat (limited to 'gdb/blockframe.c')
-rw-r--r-- | gdb/blockframe.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/blockframe.c b/gdb/blockframe.c index f3d6311..db2d12b 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. |