diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-14 17:53:28 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-14 17:53:28 +0000 |
commit | 32f2c8ec4a9e2056720d94d81624bf6975ef7221 (patch) | |
tree | d73ece63efb05148b26c152c149811407644177a /gcc/tree.h | |
parent | eb399bb7366280bb4ad4f3b8fb9e27543dce1199 (diff) | |
download | gcc-32f2c8ec4a9e2056720d94d81624bf6975ef7221.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index 400148c94d5..f3410c6de6f 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); |