From e4fb04be5a0917c192fc9db27bc926a4223f866b Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 24 Oct 2025 19:06:56 -0500 Subject: T7915: remove cstore adapter The cstore adapter (T6718) was a hybrid vyconf-legacy adapter used for a transitional period. As it is no longer needed, remove unused code. --- src/dune | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'src/dune') diff --git a/src/dune b/src/dune index 0c13950..60f1e30 100644 --- a/src/dune +++ b/src/dune @@ -82,28 +82,3 @@ (run ocaml-protoc --ml_out src data/vycall.proto) (run mv src/vycall.ml src/vycall_pbt.ml) (run mv src/vycall.mli src/vycall_pbt.mli))))) - -(library - (name vyos1x_adapter) - (public_name vyconf.vyos1x-adapter) - (libraries vyos1x-config vyconf.vyconf-client ctypes ctypes-foreign lwt lwt.unix lwt_log lwt_ppx) - (modules vyos1x_adapter) - (preprocess (pps lwt_ppx ppx_deriving_yojson))) - -(executable - (name vy_set) - (public_name vy_set) - (libraries vyos1x_adapter vyconf.vyconf-client) - (modules vy_set)) - -(executable - (name vy_delete) - (public_name vy_delete) - (libraries vyos1x_adapter vyconf.vyconf-client) - (modules vy_delete)) - -(executable - (name vy_load_config) - (public_name vy_load_config) - (libraries vyos1x_adapter vyos1x-config) - (modules vy_load_config)) -- cgit v1.2.3