aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2007-10-14 02:15:39 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2007-10-14 02:15:39 +0000
commit33fb2a99c3b4f9346938e9bd31020eb6e9734756 (patch)
treeadf5a22e99d646e2dcaa1acd972632ffa72d663d /gcc/tree.h
parent84fbffb2c2ca27cf8368808a467a06734fae8ce0 (diff)
downloadgcc-33fb2a99c3b4f9346938e9bd31020eb6e9734756.zip
gcc-33fb2a99c3b4f9346938e9bd31020eb6e9734756.tar.gz
gcc-33fb2a99c3b4f9346938e9bd31020eb6e9734756.tar.bz2
c-common.h: Remove the prototype for c_expand_body.
* c-common.h: Remove the prototype for c_expand_body. * c-tree.h: Remove the prototype for c_disregard_inline_limits. * tree.h: Remove the prototype for fold_build_call_expr. From-SVN: r129292
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index f5ba4ca..3cb90d2 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -4837,7 +4837,6 @@ extern tree fold_builtin_snprintf_chk (tree, tree, enum built_in_function);
extern bool fold_builtin_next_arg (tree, bool);
extern enum built_in_function builtin_mathfn_code (const_tree);
extern tree build_function_call_expr (tree, tree);
-extern tree fold_build_call_expr (tree, tree, tree, tree);
extern tree fold_builtin_call_array (tree, tree, int, tree *);
extern void debug_fold_checksum (const_tree);
extern tree build_call_expr (tree, int, ...);