Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a couple of incorrect parameters.
Probably leftover from porting; nqp-jvm noticed. :-)
  • Loading branch information
jnthn committed Feb 24, 2013
1 parent 289faef commit a7d0c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/NQP/World.pm
Expand Up @@ -118,7 +118,7 @@ class NQP::World is HLL::World {
self.add_fixup_task(:fixup_past($set_outer));
}

return nqp::ctxlexpad($setting, 'lex_pad');
return nqp::ctxlexpad($setting);
}
}

Expand Down Expand Up @@ -147,7 +147,7 @@ class NQP::World is HLL::World {
))));
}

return nqp::ctxlexpad($module, 'lex_pad');
return nqp::ctxlexpad($module);
}

method import($stash) {
Expand Down

0 comments on commit a7d0c1e

Please sign in to comment.