Skip to content

Commit

Permalink
Remove unused type
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Millon <[email protected]>
  • Loading branch information
emillon committed Jan 14, 2022
1 parent c43cc75 commit ad107a8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/dune_engine/dune_project.ml
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,6 @@ let default_dune_language_version =
let get_dune_lang () =
{ (Lang.get_exn "dune") with version = !default_dune_language_version }

type created_or_already_exist =
| Created
| Already_exist

module Extension = struct
type 'a t = 'a Univ_map.Key.t

Expand Down
4 changes: 0 additions & 4 deletions src/dune_engine/dune_project.mli
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ val anonymous :
(** "dune-project" *)
val filename : string

type created_or_already_exist =
| Created
| Already_exist

(** Default language version to use for projects that don't have a
[dune-project] file. The default value is the latest version of the dune
language. *)
Expand Down

0 comments on commit ad107a8

Please sign in to comment.