summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-01-11 22:43:28 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-01-11 22:43:28 +0000
commite86d18fb728c811dd6c2cb46964683c4547de3e7 (patch)
tree38900c558c41080da88ebba62ef2d5e8d35c6a91 /mg.c
parent1b266415f383a85c93346bb15a7bdcac7f62eb77 (diff)
downloadperl-e86d18fb728c811dd6c2cb46964683c4547de3e7.tar.gz
Remove variables that were used in experiments.
p4raw-id: //depot/perlio@8408
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 */