diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2012-10-18 15:38:26 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-10-18 15:38:26 +0000 |
commit | 27a9462d4f83c099758d1cd3c176a1f8198e90a1 (patch) | |
tree | 26accc28498f80c2e164f924502ceb211965abd9 /gcc/except.c | |
parent | c42163885f98fc08c869b6e76a8b37deb18b5eab (diff) | |
download | gcc-27a9462d4f83c099758d1cd3c176a1f8198e90a1.zip gcc-27a9462d4f83c099758d1cd3c176a1f8198e90a1.tar.gz gcc-27a9462d4f83c099758d1cd3c176a1f8198e90a1.tar.bz2 |
* except.c (sjlj_emit_function_enter): Remove unused variable.
From-SVN: r192565
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c index adafe8c..a467353 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -1153,7 +1153,7 @@ sjlj_emit_function_enter (rtx dispatch_label) if (dispatch_label) { #ifdef DONT_USE_BUILTIN_SETJMP - rtx x, last; + rtx x; x = emit_library_call_value (setjmp_libfunc, NULL_RTX, LCT_RETURNS_TWICE, TYPE_MODE (integer_type_node), 1, plus_constant (Pmode, XEXP (fc, 0), |