summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mg.c b/mg.c
index a7566e3e94..51ca9d637d 100644
--- a/mg.c
+++ b/mg.c
@@ -2161,8 +2161,6 @@ Perl_sighandler(int sig)
U32 flags = 0;
I32 o_save_i = PL_savestack_ix;
XPV *tXpv = PL_Xpv;
- sigjmp_buf jmp;
- Sighandler_t handler;
#if defined(WIN32) && defined(PERL_IMPLICIT_CONTEXT)
PERL_SET_THX(aTHXo); /* fake TLS, see above */