* blockframe.c (_initialize_blockframe): Remove declaration.

This commit is contained in:
Tom Tromey 2009-10-23 19:40:31 +00:00
parent bcbfd75943
commit a515ee8202
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2009-10-23 Tom Tromey <tromey@redhat.com>
* blockframe.c (_initialize_blockframe): Remove declaration.
2009-10-23 Doug Evans <dje@google.com>
* record.c (record_core_xfer_partial): Pass correct offset to

View file

@ -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.