diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-30 06:22:36 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-02 04:27:02 +0000 |
commit | 757bacf18b7701025bd8ce289fb64c6895ed088b (patch) | |
tree | 18a631d924a55861738df6e67d23120741b6a3d4 /mg.c | |
parent | f740b75152b519ddef57365a83e8683688c47906 (diff) | |
download | perl-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |