Patch installed: more redundant decl nits

Kaveh R. Ghazi ghazi@caip.rutgers.edu
Thu Apr 12 15:28:00 GMT 2001


This nuked another 250 redundant decl warnings.  Bootstrapped on
solaris2.7 and installed as obvious.


2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>

	* bitmap.h (debug_bitmap): Delete redundant prototype.

	* rtl.h (get_frame_size): Likewise.

diff -rup orig/egcs-CVS20010412/gcc/bitmap.h egcs-CVS20010412/gcc/bitmap.h
--- orig/egcs-CVS20010412/gcc/bitmap.h	Tue Jan 11 18:27:40 2000
+++ egcs-CVS20010412/gcc/bitmap.h	Thu Apr 12 14:36:57 2001
@@ -104,8 +104,6 @@ extern bitmap bitmap_initialize PARAMS (
 /* Release all memory held by bitmaps.  */
 extern void bitmap_release_memory PARAMS ((void));
 
-extern void debug_bitmap PARAMS ((bitmap));
-
 /* Allocate a bitmap with oballoc.  */
 #define BITMAP_OBSTACK_ALLOC(OBSTACK)				\
   bitmap_initialize ((bitmap) obstack_alloc (OBSTACK, sizeof (bitmap_head)))
diff -rup orig/egcs-CVS20010412/gcc/rtl.h egcs-CVS20010412/gcc/rtl.h
--- orig/egcs-CVS20010412/gcc/rtl.h	Wed Apr 11 11:47:23 2001
+++ egcs-CVS20010412/gcc/rtl.h	Thu Apr 12 14:41:02 2001
@@ -1808,7 +1808,6 @@ extern void reposition_prologue_and_epil
 extern void thread_prologue_and_epilogue_insns		PARAMS ((rtx));
 extern int prologue_epilogue_contains			PARAMS ((rtx));
 extern int sibcall_epilogue_contains			PARAMS ((rtx));
-extern HOST_WIDE_INT get_frame_size			PARAMS ((void));
 extern void preserve_rtl_expr_result			PARAMS ((rtx));
 extern void mark_temp_addr_taken			PARAMS ((rtx));
 extern void update_temp_slot_address			PARAMS ((rtx, rtx));




More information about the Gcc-patches mailing list