Skip to content

Commit 0fbf132

Browse files
committed
WIP
1 parent 2d2c22b commit 0fbf132

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/lib/js_traverse.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,11 +1702,6 @@ class simpl =
17021702

17031703
method expression e =
17041704
let e = super#expression e in
1705-
let is_zero x =
1706-
match Num.to_string x with
1707-
| "0" | "0." -> true
1708-
| _ -> false
1709-
in
17101705
match e with
17111706
| EBin (Plus, e1, e2) -> (
17121707
match e1, e2 with

0 commit comments

Comments
 (0)