Skip to content

Commit 8034533

Browse files
committed
Remove other other dependency to Domainslib
1 parent e70012e commit 8034533

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/util.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ module Equal = struct
322322
let equal_array eq x y = equal_seq eq (Array.to_seq x) (Array.to_seq y)
323323
end
324324

325-
module Chan = Domainslib.Chan
326-
327325
module Domain_pair = struct
328326
type 'a promise =
329327
{ mutable result : 'a option;

0 commit comments

Comments
 (0)