From 49c406bc016c6b69a9985fbdd29425d590e001f0 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 21 Oct 2022 01:24:05 +0200 Subject: [PATCH] val size is part of mirage_kv.RO since 5.0.0, no need to specially export it --- src/git_kv.mli | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/git_kv.mli b/src/git_kv.mli index dd731d9..55fd4cb 100644 --- a/src/git_kv.mli +++ b/src/git_kv.mli @@ -68,6 +68,4 @@ module Make (Pclock : Mirage_clock.PCLOCK) : sig | `Hash_not_found of Digestif.SHA1.t | `Reference_not_found of Git.Reference.t | Mirage_kv.write_error ] - - val size : t -> key -> (int, error) result Lwt.t end