Skip to content

Commit

Permalink
Cleanup opamStateConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
desumn committed Dec 12, 2023
1 parent 6e844a9 commit 7dc4421
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/state/opamStateConfig.ml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ module E = struct
| WITHDEVSETUP of bool option
| WITHDOC of bool option
| WITHTEST of bool option
| VERBOSE of string option

open OpamStd.Config.E
let builddoc = value (function BUILDDOC b -> b | _ -> None)
Expand All @@ -49,7 +48,6 @@ module E = struct
let withdevsetup = value (function WITHDEVSETUP b -> b | _ -> None)
let withdoc = value (function WITHDOC b -> b | _ -> None)
let withtest = value (function WITHTEST b -> b | _ -> None)
let verbose = value (function VERBOSE s -> s | _ -> None)
end

type t = {
Expand Down
1 change: 0 additions & 1 deletion src/state/opamStateConfig.mli
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module E : sig
| WITHDEVSETUP of bool option
| WITHDOC of bool option
| WITHTEST of bool option
| VERBOSE of string option
val root: unit -> string option
val switch: unit -> string option
end
Expand Down

0 comments on commit 7dc4421

Please sign in to comment.