diff options
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 */ |