Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Toss code that does nothing.
  • Loading branch information
jnthn committed Feb 24, 2013
1 parent f93b3e3 commit 721f127
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/NQP/World.pm
Expand Up @@ -33,13 +33,6 @@ class NQP::World is HLL::World {
%!code_object_fixup_list := nqp::hash();
%!code_stub_sc_idx := nqp::hash();
@!clearup_tasks := nqp::list();

if nqp::defined(%*COMPILING<%?OPTIONS><dynext>) {
my $dynext_path := %*COMPILING<%?OPTIONS><dynext>;
my @dynext_paths := pir::getinterp__P()[pir::const::IGLOBALS_LIB_PATHS][pir::const::PARROT_LIB_PATH_DYNEXT];

@dynext_paths.push($dynext_path);
}
}

# Creates a new lexical scope and puts it on top of the stack.
Expand Down

0 comments on commit 721f127

Please sign in to comment.