Skip to content

Commit

Permalink
Multiplicity kind of implies that
Browse files Browse the repository at this point in the history
  • Loading branch information
rafl committed Oct 21, 2010
1 parent 7cd002c commit 3c40b2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Clean.xs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ new_perl (void)
{
PerlInterpreter *perl, *prev = GET_PERL;

PL_perl_destruct_level = 1;
perl = perl_alloc();

SET_PERL(perl);
Expand All @@ -40,7 +39,6 @@ new_perl (void)
static void
free_perl (PerlInterpreter *perl)
{
PL_perl_destruct_level = 1;
perl_destruct(perl);
perl_free(perl);
}
Expand Down

0 comments on commit 3c40b2b

Please sign in to comment.