fix warning

This commit is contained in:
Simon Cruanes 2023-06-29 10:29:13 -04:00
parent 2acf4b28eb
commit 0780dcf703
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -74,7 +74,6 @@ let relax = Domain.cpu_relax
let suspend_pre_5 =
{|
open Suspend_types_
let suspend _ = failwith "Thread suspension is only available on OCaml >= 5.0"
let with_suspend ~run:_ f : unit = f()
|}