From aa22671b2fc62cf569a9a0f6c0660b1bada628db Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 28 Jun 2018 16:35:13 +0630 Subject: [PATCH] Remove Make_full from file_kind signature since it's unused Signed-off-by: Rudi Grinberg --- src/vfile_kind.mli | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/vfile_kind.mli b/src/vfile_kind.mli index 447b910d..5503cc30 100644 --- a/src/vfile_kind.mli +++ b/src/vfile_kind.mli @@ -23,9 +23,3 @@ module Make (T : sig type t end) (F : functor (C : Sexp.Combinators) -> sig val t : T.t C.t end) : S with type t = T.t - -module Make_full - (T : sig type t end) - (To_sexp : sig val t : Path.t -> T.t -> Sexp.t end) - (Of_sexp : sig val t : Path.t -> Sexp.Ast.t -> T.t end) - : S with type t = T.t