This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] gcc/*.h: Remove LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN.


On 10/14/07, Kazu Hirata <kazu@codesourcery.com> wrote:
> Hi,
>
> Attached is a patch to remove
> LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN.
>
> Richard Guenther removed c_cannot_inline_tree_fn (but not its
> prototype) on 2007-08-24.
>
> This patch removes the unused prototype as well as
> LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN, the sole reference to
> the unused prototype.
>
> OK to apply?

Doh, ok.

Thanks,
Richard.

> Kazu Hirata
>
> 2007-10-14  Kazu Hirata  <kazu@codesourcery.com>
>
>         * 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]