summaryrefslogtreecommitdiff
path: root/gv.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-08 14:39:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-08 14:39:04 +0000
commit6bc8260d65c08084244b4f75716b1d932a704313 (patch)
treee49b83f1782e03a491587e0d3af2297a4a7bf894 /gv.c
parent67991998447f30fcd8fa1029739f34af5e84cded (diff)
downloadperl-6bc8260d65c08084244b4f75716b1d932a704313.tar.gz
Smoke out dTHR, spotted by by Stephen P. Potter.
p4raw-id: //depot/perl@9626
Diffstat (limited to 'gv.c')
-rw-r--r--gv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gv.c b/gv.c
index 2d43338448..83516139a7 100644
--- a/gv.c
+++ b/gv.c
@@ -1313,7 +1313,6 @@ Perl_Gv_AMupdate(pTHX_ HV *stash)
CV*
Perl_gv_handler(pTHX_ HV *stash, I32 id)
{
- dTHR;
MAGIC *mg;
AMT *amtp;