summary refs log tree commit diff
path: root/sysdeps/s390/__longjmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/s390/__longjmp.c')
-rw-r--r--sysdeps/s390/__longjmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/s390/__longjmp.c b/sysdeps/s390/__longjmp.c
index 7606aefce2..74c4e3a247 100644
--- a/sysdeps/s390/__longjmp.c
+++ b/sysdeps/s390/__longjmp.c
@@ -29,8 +29,6 @@
 void
 __longjmp (__jmp_buf env, int val)
 {
-   unsigned int result;
-
    /* Restore registers and jump back */
    asm volatile("lr   %%r2,%0\n\t"        /* put val in grp 2 */
                 "lm   %%r6,%%r15,%1\n\t"