diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-17 20:48:43 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
commit | 8e012f4804ecf1665819e761283120a3c0e73643 (patch) | |
tree | c168efe3e1f0edf5e45695c643e62b3e5447be37 /lib/configuration/importConf.ml | |
parent | bf2af26d896bb499f2c312a4f1ecd3210e2d7780 (diff) |
Switched from OUnit to alcotest
Diffstat (limited to 'lib/configuration/importConf.ml')
-rw-r--r-- | lib/configuration/importConf.ml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/configuration/importConf.ml b/lib/configuration/importConf.ml index 47f4ea4..2f56bd6 100644 --- a/lib/configuration/importConf.ml +++ b/lib/configuration/importConf.ml @@ -72,11 +72,5 @@ let get_dependancies_for_table : Syntax.t -> Table.t -> Syntax.Extern.t list = | Some v -> String.equal v source.name | None -> is_root)) -let print_path_expression t = ImportExpression.Repr.repr Path.repr t - -let print_extern t = - let toml = Syntax.Extern.toml_of_extern t in - Otoml.Printer.to_string toml - let expression_from_string s = Read_conf.ExpressionParser.of_string Read_conf.ExpressionParser.path s |