summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-07-30 06:22:36 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-08-02 04:27:02 +0000
commit757bacf18b7701025bd8ce289fb64c6895ed088b (patch)
tree18a631d924a55861738df6e67d23120741b6a3d4 /mg.c
parentf740b75152b519ddef57365a83e8683688c47906 (diff)
downloadperl-757bacf18b7701025bd8ce289fb64c6895ed088b.tar.gz
Remove redundant dTHR
Message-Id: <Pine.SUN.3.96.980730101627.17514B-100000@newton.phys> p4raw-id: //depot/maint-5.005/perl@1689
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 75c14d0f59..35400e732b 100644
--- a/mg.c
+++ b/mg.c
@@ -520,7 +520,6 @@ magic_get(SV *sv, MAGIC *mg)
break;
case '?':
{
- dTHR;
sv_setiv(sv, (IV)STATUS_CURRENT);
#ifdef COMPLEX_STATUS
LvTARGOFF(sv) = PL_statusvalue;