summaryrefslogtreecommitdiff
path: root/src/config_diff.mli
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2023-07-13 09:55:12 -0500
committerJohn Estabrook <jestabro@vyos.io>2023-07-27 14:36:26 -0500
commit9ceb7a3ffb0e86af35c01aee38420007a1e3fa83 (patch)
tree5d9d35a6d003c2834fda7405c254d270ccea7263 /src/config_diff.mli
parent5085dce15b6e41cf0d1ae3cd832a262f6902ac36 (diff)
downloadvyos1x-config-9ceb7a3ffb0e86af35c01aee38420007a1e3fa83.tar.gz
vyos1x-config-9ceb7a3ffb0e86af35c01aee38420007a1e3fa83.zip
T5316: drop trim functions
Diffstat (limited to 'src/config_diff.mli')
-rw-r--r--src/config_diff.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config_diff.mli b/src/config_diff.mli
index 85eb2d1..b1c3c09 100644
--- a/src/config_diff.mli
+++ b/src/config_diff.mli
@@ -18,9 +18,7 @@ exception Nonexistent_child
val make_diff_trees : Config_tree.t -> Config_tree.t -> diff_trees
val clone : ?recurse:bool -> ?set_values:(string list) option -> Config_tree.t -> Config_tree.t -> string list -> Config_tree.t
val decorate_trees : diff_trees -> ?recurse:bool -> string list -> change -> unit
-val trim_trees : diff_trees -> ?recurse:bool -> string list -> change -> unit
val compare : string list -> Config_tree.t -> Config_tree.t -> diff_trees
val diff_tree : string list -> Config_tree.t -> Config_tree.t -> Config_tree.t
-val trim_tree : Config_tree.t -> Config_tree.t -> Config_tree.t
val show_diff : ?cmds:bool -> string list -> Config_tree.t -> Config_tree.t -> string
val tree_union : Config_tree.t -> Config_tree.t -> Config_tree.t