aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-01-14 17:53:28 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-01-14 17:53:28 +0000
commit103a83e0fabbc85f12580a3d09cdfd429d05cacf (patch)
treed73ece63efb05148b26c152c149811407644177a /gcc/tree.h
parentb5a5beb9830357e16ca31590f68a73d59c95678d (diff)
downloadgcc-103a83e0fabbc85f12580a3d09cdfd429d05cacf.zip
gcc-103a83e0fabbc85f12580a3d09cdfd429d05cacf.tar.gz
gcc-103a83e0fabbc85f12580a3d09cdfd429d05cacf.tar.bz2
c-tree.h, [...]: Remove unused prototypes.
* c-tree.h, coverage.h, langhooks-def.h, optabs.h, output.h, rtl.h, targhooks.h, tree-flow.h, tree-mudflap.h, tree.h: Remove unused prototypes. From-SVN: r93651
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 400148c..f3410c6 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2991,7 +2991,6 @@ enum attribute_flags
extern tree merge_decl_attributes (tree, tree);
extern tree merge_type_attributes (tree, tree);
-extern void default_register_cpp_builtins (struct cpp_reader *);
/* Given a tree node and a string, return nonzero if the tree node is
a valid attribute name for the string. */
@@ -3439,7 +3438,6 @@ extern void change_decl_assembler_name (tree, tree);
extern int type_num_arguments (tree);
extern bool associative_tree_code (enum tree_code);
extern bool commutative_tree_code (enum tree_code);
-extern tree get_case_label (tree);
extern tree upper_bound_in_type (tree, tree);
extern tree lower_bound_in_type (tree, tree);
extern int operand_equal_for_phi_arg_p (tree, tree);
@@ -3632,9 +3630,6 @@ extern bool debug_find_tree (tree, tree);
data structures from the inliner. */
extern tree unsave_expr_now (tree);
-/* In expr.c */
-extern void check_max_integer_computation_mode (tree);
-
/* In emit-rtl.c */
extern rtx emit_line_note (location_t);