This is the mail archive of the gdb-patches@sources.redhat.com 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]

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


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 (); }


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