fix warning

This commit is contained in:
Simon Cruanes 2022-10-03 13:08:51 -04:00
parent 8ae2ae577a
commit e5621cdd81
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -220,8 +220,6 @@ end = struct
high_watermark;
}
let is_empty_ self = self.size = 0
let timeout_expired_ ~now self : bool =
match self.timeout with
| Some t ->