Commit 040d18b6 by Thomas Schwinge Committed by Thomas Schwinge

Remove unused, and sort prototypes.

	gcc/c-family/
	* c-common.h (c_omp_sharing_predetermined, c_omp_remap_decl):
	Remove prototypes.
	(record_types_used_by_current_var_decl): Move prototype to where
	it belongs.

From-SVN: r210823
parent f6a7cffc
2014-05-22 Thomas Schwinge <thomas@codesourcery.com> 2014-05-22 Thomas Schwinge <thomas@codesourcery.com>
* c-common.h (c_omp_sharing_predetermined, c_omp_remap_decl):
Remove prototypes.
(record_types_used_by_current_var_decl): Move prototype to where
it belongs.
* c-common.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6) * c-common.c (DEF_FUNCTION_TYPE_0, DEF_FUNCTION_TYPE_6)
(DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8) (DEF_FUNCTION_TYPE_7, DEF_FUNCTION_TYPE_8)
(DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes. (DEF_FUNCTION_TYPE_VAR_5): Cosmetic fixes.
......
...@@ -1000,6 +1000,7 @@ extern void warn_for_sign_compare (location_t, ...@@ -1000,6 +1000,7 @@ extern void warn_for_sign_compare (location_t,
extern void do_warn_double_promotion (tree, tree, tree, const char *, extern void do_warn_double_promotion (tree, tree, tree, const char *,
location_t); location_t);
extern void set_underlying_type (tree); extern void set_underlying_type (tree);
extern void record_types_used_by_current_var_decl (tree);
extern void record_locally_defined_typedef (tree); extern void record_locally_defined_typedef (tree);
extern void maybe_record_typedef_use (tree); extern void maybe_record_typedef_use (tree);
extern void maybe_warn_unused_local_typedefs (void); extern void maybe_warn_unused_local_typedefs (void);
...@@ -1208,11 +1209,6 @@ extern tree c_omp_declare_simd_clauses_to_numbers (tree, tree); ...@@ -1208,11 +1209,6 @@ extern tree c_omp_declare_simd_clauses_to_numbers (tree, tree);
extern void c_omp_declare_simd_clauses_to_decls (tree, tree); extern void c_omp_declare_simd_clauses_to_decls (tree, tree);
extern enum omp_clause_default_kind c_omp_predetermined_sharing (tree); extern enum omp_clause_default_kind c_omp_predetermined_sharing (tree);
/* Not in c-omp.c; provided by the front end. */
extern bool c_omp_sharing_predetermined (tree);
extern tree c_omp_remap_decl (tree, bool);
extern void record_types_used_by_current_var_decl (tree);
/* Return next tree in the chain for chain_next walking of tree nodes. */ /* Return next tree in the chain for chain_next walking of tree nodes. */
static inline tree static inline tree
c_tree_chain_next (tree t) c_tree_chain_next (tree t)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment