Skip to content

Commit bd6baaa

Browse files
committed
WIP
1 parent 1f21a43 commit bd6baaa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/lib/specialize.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ let specialize_apply opt_count function_arity ((acc, p), loc) i =
9999
in
100100
let free_pc = Code.free_pc p in
101101
( Let (x, Closure (missing, (free_pc, missing), None)) :: acc
102-
103102
, Code.add_block free_pc block p )
104103
| Some _ -> assert false)
105104
| _ -> i :: acc, p

0 commit comments

Comments
 (0)