aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2025-03-16 10:44:30 +0100
committerSébastien Dailly <sebastien@dailly.me>2025-03-16 10:44:30 +0100
commit54cff645221d91f993e6e766e1827075bf194a44 (patch)
treed6607fe90c631440787b38712026042893820555
parente74106cc7b236fac4913b192af1faab688736f33 (diff)
Removed dead code
-rw-r--r--lib/configuration/syntax.ml4
1 files changed, 0 insertions, 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;