Skip to content

Commit caac132

Browse files
hhugovouillon
authored andcommitted
Compiler: do not mark free variable as reserved
1 parent d38a4ac commit caac132

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/lib/driver.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,8 +489,6 @@ let name_variables js =
489489
js)
490490
else js
491491
in
492-
let traverse = new Js_traverse.free in
493-
let js = traverse#program js in
494492
let js = Js_assign.program js in
495493
if times () then Format.eprintf " coloring: %a@." Timer.print t;
496494
js

0 commit comments

Comments
 (0)