diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-10-14 13:03:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-10-14 13:03:10 +0000 |
commit | b7cc2adf34650b8ce06f0d3744a7ff03eeca77ea (patch) | |
tree | 0d2384c9dc03dde0f752eefe2214095ce60ac15f /gcc/c-tree.h | |
parent | a815d7b121d79cfd618653050b7a2be8e0847040 (diff) | |
download | gcc-b7cc2adf34650b8ce06f0d3744a7ff03eeca77ea.zip gcc-b7cc2adf34650b8ce06f0d3744a7ff03eeca77ea.tar.gz gcc-b7cc2adf34650b8ce06f0d3744a7ff03eeca77ea.tar.bz2 |
c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Remove.
* c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN):
Remove.
* c-tree.h: Remove the prototype for c_cannot_inline_tree_fn.
From-SVN: r129296
Diffstat (limited to 'gcc/c-tree.h')
-rw-r--r-- | gcc/c-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h index bc572ef..c81801b 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -520,7 +520,6 @@ extern struct c_declspecs *declspecs_add_attrs (struct c_declspecs *, tree); extern struct c_declspecs *finish_declspecs (struct c_declspecs *); /* in c-objc-common.c */ -extern int c_cannot_inline_tree_fn (tree *); extern bool c_objc_common_init (void); extern bool c_missing_noreturn_ok_p (tree); extern tree c_objc_common_truthvalue_conversion (tree expr); |