Skip to content

Commit

Permalink
Remove considered TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Sep 15, 2014
1 parent 78ed2ac commit 41259ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/js/QAST/Compiler.nqp
Expand Up @@ -770,7 +770,6 @@ class QAST::CompilerJS does DWIMYNameMangling {
}
}
elsif $arg.named {
# TODO - think about chunks
my $compiled_arg := self.as_js($arg, :want($T_OBJ));
@named.push($compiled_arg);
@named_exprs.push(quote_string($arg.named) ~ ":" ~ $compiled_arg.expr);
Expand Down

0 comments on commit 41259ee

Please sign in to comment.