diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-03-16 10:44:30 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-03-16 10:44:30 +0100 |
commit | 54cff645221d91f993e6e766e1827075bf194a44 (patch) | |
tree | d6607fe90c631440787b38712026042893820555 | |
parent | e74106cc7b236fac4913b192af1faab688736f33 (diff) |
Removed dead code
-rw-r--r-- | lib/configuration/syntax.ml | 4 |
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; |