summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-11 23:13:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-11 23:13:54 +0000
commit43165c0500446fb6e4a036657f82b50e22c886e0 (patch)
treebdc4939f4aa7e19724f7f5de06a0d626bf476a33 /perl.c
parentf3aa04c29a85dd63d563ae8e27316ff34501ccd5 (diff)
downloadperl-43165c0500446fb6e4a036657f82b50e22c886e0.tar.gz
various little tweaks; most globals are now in intrpvar.h, ninterps
is temporarily gone p4raw-id: //depot/perl@3535
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/perl.c b/perl.c
index 29eba5bab0..6be4342ddf 100644
--- a/perl.c
+++ b/perl.c
@@ -83,7 +83,6 @@ perl_construct(register PerlInterpreter *my_perl)
#endif
#ifdef MULTIPLICITY
- ++PL_ninterps;
Zero(my_perl, 1, PerlInterpreter);
#endif
@@ -308,10 +307,6 @@ perl_destruct(register PerlInterpreter *my_perl)
LEAVE;
FREETMPS;
-#ifdef MULTIPLICITY
- --PL_ninterps;
-#endif
-
/* We must account for everything. */
/* Destroy the main CV and syntax tree */