Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove bit of dead code.
  • Loading branch information
pmurias committed Jul 27, 2014
1 parent 69527b4 commit b40eecf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vm/js/QAST/Compiler.nqp
Expand Up @@ -1866,8 +1866,4 @@ class QAST::CompilerJS does SerializeOnce {
}
self.decorate('set_code_refs',"nqp.set_code_refs(code_refs,[{nqp::join(',',@blocks)}]);\n")
}
method emit_with_setting($ast,$setting) {
my $code := self.as_js_with_cuids($ast);
self.strict~$code[0]~subst($setting,/'(1) /*CTXSAVE*/'/,$code[1]);
}
}

0 comments on commit b40eecf

Please sign in to comment.