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] *.h: Remove unused prototypes.


Hi,

Attached is a patch to remove unused prototypes.

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

Kazu Hirata

2006-01-28  Kazu Hirata  <kazu@codesourcery.com>

	* integrate.h: Remove the prototype for
	copy_decl_for_inlining.
	* rtl.h: Remove the prototype for mark_constant_function.
	* tree-vectorizer.h: Remove the prototype for
	vect_strip_conversion.

Index: integrate.h
===================================================================
--- integrate.h	(revision 110325)
+++ integrate.h	(working copy)
@@ -30,10 +30,6 @@ extern rtx get_hard_reg_initial_reg (str
 extern void emit_initial_value_sets (void);
 extern void allocate_initial_values (rtx *);
 
-/* Copy a declaration when one function is substituted inline into
-   another.  */
-extern tree copy_decl_for_inlining (tree, tree, tree);
-
 /* Check whether there's any attribute in a function declaration that
    makes the function uninlinable.  Returns false if it finds any,
    true otherwise.  */
Index: rtl.h
===================================================================
--- rtl.h	(revision 110325)
+++ rtl.h	(working copy)
@@ -2145,7 +2145,6 @@ extern int canon_true_dependence (rtx, e
 extern int read_dependence (rtx, rtx);
 extern int anti_dependence (rtx, rtx);
 extern int output_dependence (rtx, rtx);
-extern void mark_constant_function (void);
 extern void init_alias_once (void);
 extern void init_alias_analysis (void);
 extern void end_alias_analysis (void);
Index: tree-vectorizer.h
===================================================================
--- tree-vectorizer.h	(revision 110325)
+++ tree-vectorizer.h	(working copy)
@@ -319,7 +319,6 @@ extern void slpeel_verify_cfg_after_peel
   General Vectorization Utilities
  *************************************************************************/
 /** In tree-vectorizer.c **/
-extern tree vect_strip_conversion (tree);
 extern tree get_vectype_for_scalar_type (tree);
 extern bool vect_is_simple_use (tree, loop_vec_info, tree *, tree *,
 				enum vect_def_type *);


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