diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-18 11:48:19 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-18 11:48:19 +0000 |
commit | 322342244693a61f83fed1b234b6f7ad638a1658 (patch) | |
tree | 3ed439ad4c47d4d271b9d68c28f8cd9a445c8e52 /gcc/tree.h | |
parent | c58db4b772b636525f5b6e719777828bff380737 (diff) | |
download | gcc-322342244693a61f83fed1b234b6f7ad638a1658.tar.gz |
* tree.c (function_args_count): Remove.
* tree.h: Remove the prototype for function_args_count.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146312 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index a83151dfc2e..793dcf38c71 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -4655,7 +4655,6 @@ extern tree create_artificial_label (void); extern const char *get_name (tree); extern bool stdarg_p (tree); extern bool prototype_p (tree); -extern int function_args_count (tree); extern bool auto_var_in_fn_p (const_tree, const_tree); /* In gimplify.c */ |