aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-10-18 15:38:26 +0000
committerEric Botcazou <ebotcazou@adacore.com>2012-10-18 15:38:26 +0000
commitadd15a383503cef443137819479d5dc6121dcefc (patch)
tree26accc28498f80c2e164f924502ceb211965abd9 /gcc/except.c
parent432fc5408a7da678bc3a5a174b6b90e1717c7f6f (diff)
* except.c (sjlj_emit_function_enter): Remove unused variable.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192565 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index adafe8ccb05..a4673531995 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),