Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mshinwell committed Oct 23, 2023
1 parent 728d2df commit 216882f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bytecomp/bytelink.ml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,7 @@ let check_consistency file_name cu =
match crco with
None -> ()
| Some (full_name, crc) ->
if CU.Name.equal name (CU.name cu.cu_name)
(* CR mshinwell for lmaurer: please double-check, these two used
to be [Consistbl.set] and [Consistbl.check] respectively *)
then Consistbl.check crc_interfaces name full_name crc file_name
else Consistbl.check_noadd crc_interfaces name full_name crc file_name)
Consistbl.check crc_interfaces name full_name crc file_name)
cu.cu_imports
with Consistbl.Inconsistency {
unit_name = name;
Expand Down

0 comments on commit 216882f

Please sign in to comment.