Skip to content

Commit

Permalink
[js] Remove useless NYI
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Apr 27, 2017
1 parent cdbfe6f commit 2f6536c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/js/Compiler.nqp
Expand Up @@ -711,7 +711,6 @@ class QAST::CompilerJS does DWIMYNameMangling does SerializeOnce {
proto method as_js($node, :$want) {
if nqp::defined($want) {
if nqp::istype($node, QAST::Want) {
self.NYI("QAST::Want");
self.coerce(self.as_js(want($node, $want), :$want), $want)
}
else {
Expand Down

0 comments on commit 2f6536c

Please sign in to comment.