From 1e7864e44136433004d5c8adb767dddf90830cb4 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Tue, 6 May 2008 07:25:24 +0000 Subject: 2008-05-06 Basile Starynkevitch MELT branch merged with trunk r134973 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@134974 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/langhooks.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/langhooks.c') diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 2df5c27915d..3943f02b794 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -502,8 +502,7 @@ lhd_to_target_charset (HOST_WIDE_INT c) } tree -lhd_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED, - bool *ti ATTRIBUTE_UNUSED, bool *se ATTRIBUTE_UNUSED) +lhd_expr_to_decl (tree expr, bool *tc ATTRIBUTE_UNUSED, bool *se ATTRIBUTE_UNUSED) { return expr; } -- cgit v1.2.1