simplify: rm revoke from sk/dn data type

This commit is contained in:
swrup 2026-02-23 06:55:13 +01:00 committed by Swrup
parent 3195ff5c81
commit 8708143f16
7 changed files with 21 additions and 54 deletions

View file

@ -925,15 +925,7 @@ module SignKey = struct
(* TODO rm one of them *)
let of_signkey
Signkey.
{
pub;
stamp_start;
stamp_expire;
stamp_end;
master_sig;
revoked_sig= _;
} =
Signkey.{ pub; stamp_start; stamp_expire; stamp_end; master_sig } =
{ key= pub; stamp_start; stamp_expire; stamp_end; master_sig }
let jsont =