From ed5d9f0dce786381a57c6665cea2ff41e30ba7c4 Mon Sep 17 00:00:00 2001 From: swrup Date: Sat, 29 Nov 2025 15:33:23 +0100 Subject: [PATCH] --- src/devices.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/devices.ml b/src/devices.ml index a041e7ac..97ee42ee 100644 --- a/src/devices.ml +++ b/src/devices.ml @@ -18,8 +18,6 @@ let db_connection : (env, Caqti_miou.connection) Vif.Device.device = Fmt.failwith "Database preflight failure: %a." Caqti_error.pp err | Ok () -> conn) -(* TODO KV store *) - module Secmod_signkey = struct type t = { sm_key: Signkey.t;