From 8b8b730d3ba98d6c9e4e6274844641043b5fefbb Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 17 Mar 2025 09:11:25 +0100 Subject: Moved the syntax module in its own library --- lib/containers/importContainers.ml | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/containers/importContainers.ml') diff --git a/lib/containers/importContainers.ml b/lib/containers/importContainers.ml index 6da8374..c90bc57 100644 --- a/lib/containers/importContainers.ml +++ b/lib/containers/importContainers.ml @@ -1,5 +1,3 @@ -module Conf = ImportConf -module Syntax = Conf.Syntax module Table = ImportDataTypes.Table (** This key is used to create the table of each externals in the configuration. -- cgit v1.2.3