From 54cff645221d91f993e6e766e1827075bf194a44 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 16 Mar 2025 10:44:30 +0100 Subject: Removed dead code --- lib/configuration/syntax.ml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/configuration/syntax.ml b/lib/configuration/syntax.ml index 9a0a706..ee47277 100644 --- a/lib/configuration/syntax.ml +++ b/lib/configuration/syntax.ml @@ -53,10 +53,6 @@ module Extern = struct |> Otoml.table end -module ExpressionSet = Set.Make (struct - type t = Path.t ImportExpression.T.t [@@deriving show, eq, ord] -end) - type t = { version : int; locale : string option; -- cgit v1.2.3