Skip to content

Commit 1874293

Browse files
committed
remove unecessary fn call
1 parent e5aad23 commit 1874293

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/ml/printtyp.ml

-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,6 @@ let remove_stdlib t =
612612

613613
let rec tree_of_typexp sch ty =
614614
let ty = repr ty in
615-
let ty = remove_stdlib ty in
616615
let px = proxy ty in
617616
if List.mem_assq px !names && not (List.memq px !delayed) then
618617
let mark = is_non_gen sch ty in

0 commit comments

Comments
 (0)