Skip to content

Commit

Permalink
[js] Delete dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Jul 12, 2017
1 parent fe78578 commit 350d4a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/vm/js/Compiler.nqp
Expand Up @@ -2017,10 +2017,6 @@ class QAST::CompilerJS does DWIMYNameMangling does SerializeOnce {
method emit_with_source_map($ast, $hll-compiler, *%named) {
self.as_js_with_prelude($ast, |%named).with_source_map_info($hll-compiler);
}

method emit_with_source_map_debug($ast, *%named) {
self.as_js_with_prelude($ast, |%named).source_map_debug
}
}

# Copy the MoarVM design, for now only support adding ops
Expand Down

0 comments on commit 350d4a5

Please sign in to comment.