From a515ee820261b8ddcfcf23387d4d77c5fdc96fba Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 23 Oct 2009 19:40:31 +0000 Subject: [PATCH] * blockframe.c (_initialize_blockframe): Remove declaration. --- gdb/ChangeLog | 4 ++++ gdb/blockframe.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9986875..76935ca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2009-10-23 Tom Tromey + + * blockframe.c (_initialize_blockframe): Remove declaration. + 2009-10-23 Doug Evans * record.c (record_core_xfer_partial): Pass correct offset to 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. -- 2.7.4