This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FYI: remove unneeded declaration


I'm checking this in.

I happened to notice that _initialize_blockframe is declared but never
defined.  This removes the declaration.

Built on x86 F11.

Tom

2009-10-23  Tom Tromey  <tromey@redhat.com>

	* blockframe.c (_initialize_blockframe): Remove declaration.

Index: blockframe.c
===================================================================
RCS file: /cvs/src/src/gdb/blockframe.c,v
retrieving revision 1.123
diff -u -r1.123 blockframe.c
--- blockframe.c	6 Oct 2009 22:47:19 -0000	1.123
+++ blockframe.c	23 Oct 2009 19:37:13 -0000
@@ -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.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]