Skip to content

Commit

Permalink
chore(build): delete unused compiler pass (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Oct 27, 2023
1 parent 99d8e4d commit 1c4a872
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 37 deletions.
2 changes: 0 additions & 2 deletions jscomp/core/lam_compile_main.cppo.ml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ let compile
|> _d "before-simplify-exits"
(* |> (fun lam -> Lam_pass_collect.collect_info meta lam
; Lam_pass_remove_alias.simplify_alias meta lam) *)
(* |> Lam_group_pass.scc_pass
|> _d "scc" *)
|> Lam_pass_exits.simplify_exits
|> _d "simplify_lets"
#ifndef BS_RELEASE_BUILD
Expand Down
35 changes: 0 additions & 35 deletions jscomp/core/lam_group_pass.ml

This file was deleted.

0 comments on commit 1c4a872

Please sign in to comment.