From 56b05dc3b8d04de25489b4510ba25efc584ebc7a Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Sun, 30 Mar 2025 15:30:39 -0500 Subject: T7272: add commit processing of commitd response --- src/vyconf_pbt.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vyconf_pbt.mli') diff --git a/src/vyconf_pbt.mli b/src/vyconf_pbt.mli index 56cf4ea..7371d18 100644 --- a/src/vyconf_pbt.mli +++ b/src/vyconf_pbt.mli @@ -33,7 +33,6 @@ type request_validate = { type request_set = { path : string list; - ephemeral : bool option; } type request_delete = { @@ -206,7 +205,6 @@ val default_request_validate : val default_request_set : ?path:string list -> - ?ephemeral:bool option -> unit -> request_set (** [default_request_set ()] is the default value for type [request_set] *) -- cgit v1.2.3