summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--unwind.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unwind.c b/unwind.c
index 408cb67c..6459a5e1 100644
--- a/unwind.c
+++ b/unwind.c
@@ -1214,7 +1214,6 @@ void extjmp_restore(extended_jmp_buf *ejb)
gc_prot_top = ejb->gc_pt;
#if HAVE_POSIX_SIGS
async_sig_enabled = ejb->se;
- ejb->blocked.set = sig_blocked_cache.set;
sig_mask(SIG_SETMASK,
strip_qual(small_sigset_t *, &ejb->blocked), 0);