val size is part of mirage_kv.RO since 5.0.0, no need to specially export it

This commit is contained in:
Hannes Mehnert 2022-10-21 01:24:05 +02:00
parent 781bc5b2d9
commit 49c406bc01

View file

@ -68,6 +68,4 @@ module Make (Pclock : Mirage_clock.PCLOCK) : sig
| `Hash_not_found of Digestif.SHA1.t | `Hash_not_found of Digestif.SHA1.t
| `Reference_not_found of Git.Reference.t | `Reference_not_found of Git.Reference.t
| Mirage_kv.write_error ] | Mirage_kv.write_error ]
val size : t -> key -> (int, error) result Lwt.t
end end