]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c-objc-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN): Remove.
authorKazu Hirata <kazu@codesourcery.com>
Sun, 14 Oct 2007 13:03:10 +0000 (13:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 14 Oct 2007 13:03:10 +0000 (13:03 +0000)
* 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

gcc/ChangeLog
gcc/c-objc-common.h
gcc/c-tree.h

index e522f91c99c3ad3b1663a97e2fd41d68528d95c8..ff46a41677d515c1af819e10ebdcccfbae9a721d 100644 (file)
        * c-tree.h: Remove the prototype for c_disregard_inline_limits.
        * tree.h: Remove the prototype for fold_build_call_expr.
 
+       * 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.
+
 2007-10-13  David Edelsohn  <edelsohn@gnu.org>
 
        * config/rs6000/aix53.h: New file.
index 69fcf6cdfccf406d4d2f6cff512cdaa6da000d17..7c809cd1d0e8e1834d5a05400be5e463e8cdc074 100644 (file)
@@ -82,9 +82,6 @@ extern void c_initialize_diagnostics (diagnostic_context *);
 #undef LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE
 #define LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE c_common_format_attribute_table
 
-#undef LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN
-#define LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN \
-  c_cannot_inline_tree_fn
 #undef LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN
 #define LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN c_dump_tree
 
index bc572ef60c09fb76f14f1d4917a99cd19b28f752..c81801be3b78296393f04904509903d92caa9002 100644 (file)
@@ -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);