Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove leftover code from the Moar nqp-cc.
This avoids loads of calls to nqp::getenvhash(...) in the eval-heavy
t/qregex.
  • Loading branch information
jnthn committed Oct 12, 2013
1 parent 60e2222 commit 825038b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/moar/QAST/QASTCompilerMAST.nqp
Expand Up @@ -424,7 +424,6 @@ class QAST::MASTCompiler {
$*HLL := $cu.hll;
$*MAST_COMPUNIT.hll($*HLL);
}
if (nqp::getenvhash()<MVMCCDEBUG>) { say($cu.dump); }

# Should have a single child which is the outer block.
if +@($cu) != 1 || !nqp::istype($cu[0], QAST::Block) {
Expand Down

0 comments on commit 825038b

Please sign in to comment.