We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794e04d commit 4bfc746Copy full SHA for 4bfc746
src/ocaml/typing/cmt_format.ml
@@ -477,13 +477,9 @@ let add_saved_type b = saved_types := b :: !saved_types
477
let get_saved_types () = !saved_types
478
let set_saved_types l = saved_types := l
479
480
-(*
481
let record_declaration_dependency (rk, uid1, uid2) =
482
if not (Uid.equal uid1 uid2) then
483
uids_deps := (rk, uid1, uid2) :: !uids_deps
484
-*)
485
-
486
-let record_declaration_dependency (_rk, _uid1, _uid2) = ()
487
488
let save_cmt target cu binary_annots initial_env cmi shape =
489
if !Clflags.binary_annotations && not !Clflags.print_types then begin
0 commit comments