From: Andreas Schwab Date: Sun, 12 Nov 2006 11:15:28 +0000 (+0000) Subject: * except.c (sjlj_emit_function_enter): Remove unused variable. X-Git-Tag: releases/gcc-4.3.0~8517 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c57d40281c169cfa315813db1667bf15de5316b0;p=thirdparty%2Fgcc.git * except.c (sjlj_emit_function_enter): Remove unused variable. From-SVN: r118723 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a7013d4b5ea..1b410840d406 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-12 Andreas Schwab + + * except.c (sjlj_emit_function_enter): Remove unused variable. + 2006-11-11 Roger Sayle * fold-const.c (int_binop_types_match_p): New function. diff --git a/gcc/except.c b/gcc/except.c index 4bfebcfdf99c..c51307ba3353 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1,6 +1,6 @@ /* Implements exception handling. Copyright (C) 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. Contributed by Mike Stump . This file is part of GCC. @@ -1869,7 +1869,7 @@ sjlj_emit_function_enter (rtx dispatch_label) #ifdef DONT_USE_BUILTIN_SETJMP { - rtx x, note; + rtx x; x = emit_library_call_value (setjmp_libfunc, NULL_RTX, LCT_RETURNS_TWICE, TYPE_MODE (integer_type_node), 1, plus_constant (XEXP (fc, 0),