This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] gcc/*.h: Remove unused prototypes.


Hi,

Tested on x86_64-pc-linux-gnu.  Committed as obvious.

Kazu Hirata

2006-05-30  Kazu Hirata  <kazu@codesourcery.com>

	* c-common.h: Remove the prototype for yyparse.
	* rtl.h: Remove the prototype for init_loop.

Index: c-common.h
===================================================================
--- c-common.h	(revision 114241)
+++ c-common.h	(working copy)
@@ -290,7 +290,6 @@ extern void (*lang_post_pch_load) (void)
 
 extern void push_file_scope (void);
 extern void pop_file_scope (void);
-extern int yyparse (void);
 extern stmt_tree current_stmt_tree (void);
 extern tree push_stmt_list (void);
 extern tree pop_stmt_list (tree);
Index: rtl.h
===================================================================
--- rtl.h	(revision 114241)
+++ rtl.h	(working copy)
@@ -2116,9 +2116,6 @@ extern void print_simple_rtl (FILE *, rt
 extern int print_rtl_single (FILE *, rtx);
 extern void print_inline_rtx (FILE *, rtx, int);
 
-/* In loop.c */
-extern void init_loop (void);
-
 /* In bt-load.c */
 extern void branch_target_load_optimize (bool);
 


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