summaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-10-24 19:06:56 -0500
committerJohn Estabrook <jestabro@vyos.io>2025-11-03 08:47:41 -0600
commite4fb04be5a0917c192fc9db27bc926a4223f866b (patch)
tree82d0dcd6ecf319bec802fc8a68152044406ef41f /src/dune
parent5dccf240c3024b1cebb69ecd60a8cb725990c885 (diff)
downloadvyconf-e4fb04be5a0917c192fc9db27bc926a4223f866b.tar.gz
vyconf-e4fb04be5a0917c192fc9db27bc926a4223f866b.zip
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.
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune25
1 files changed, 0 insertions, 25 deletions
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))