[PATCH] config/i386/tm-i386.h cleanup

Mark Kettenis kettenis@chello.nl
Sun Jun 30 11:56:00 GMT 2002


These forward decls do not serve any purpose anymore.

Committed.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/tm-i386.h (struct frame_info, struct
	frame_saved_regs, struct value, struct type): Remove forward
	declarations.

Index: config/i386/tm-i386.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/tm-i386.h,v
retrieving revision 1.41
diff -u -p -r1.41 tm-i386.h
--- config/i386/tm-i386.h 16 Jun 2002 15:32:09 -0000 1.41
+++ config/i386/tm-i386.h 30 Jun 2002 18:53:26 -0000
@@ -26,12 +26,6 @@
 
 #include "regcache.h"
 
-/* Forward declarations for prototypes.  */
-struct frame_info;
-struct frame_saved_regs;
-struct value;
-struct type;
-
 /* Print out the i387 floating point state.  */
 extern void i387_float_info (void);
 #define FLOAT_INFO { i387_float_info (); }



More information about the Gdb-patches mailing list