File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -422,22 +422,6 @@ let check_tail_call_local_returning loc env ap_mode {region_mode; _} =
422
422
end
423
423
| None -> ()
424
424
425
- (* Describes how a modality affects field projection. Returns the mode
426
- of the projection given the mode of the record. *)
427
- let _modality_unbox_left global_flag mode =
428
- match global_flag with
429
- | Global ->
430
- mode |> Value. to_global |> Value. to_shared |> Value. to_many
431
- | Unrestricted -> mode
432
-
433
- (* Describes how a modality affects record construction. Gives the
434
- expected mode of the field given the expected mode of the record. *)
435
- let _modality_box_right global_flag mode =
436
- match global_flag with
437
- | Global ->
438
- mode |> Value. to_global |> Value. to_shared |> Value. to_many
439
- | Unrestricted -> mode
440
-
441
425
(* Describes how a modality affects field projection. Returns the mode
442
426
of the projection given the mode of the record. *)
443
427
let modality_unbox_left global_flag mode =
You can’t perform that action at this time.
0 commit comments