OSDN Git Service

* blockframe.c (_initialize_blockframe): Remove declaration.
authorTom Tromey <tromey@redhat.com>
Fri, 23 Oct 2009 19:40:30 +0000 (19:40 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 23 Oct 2009 19:40:30 +0000 (19:40 +0000)
gdb/ChangeLog
gdb/blockframe.c

index 9986875..76935ca 100644 (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
index f3d6311..db2d12b 100644 (file)
 #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.