Skip to content

Commit 5b547d4

Browse files
committed
remove dead code
1 parent 408eee5 commit 5b547d4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/dune_rules/coq/coq_config.ml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,14 +219,6 @@ let impl_config bin =
219219

220220
let config_memo = Memo.create "coq-config" ~input:(module Path) impl_config
221221

222-
let _version ~coqc =
223-
let open Memo.O in
224-
let+ t = Version.make ~coqc in
225-
let open Result.O in
226-
let+ t = t in
227-
t.version_string
228-
;;
229-
230222
let make ~(coqc : Action.Prog.t) =
231223
let open Memo.O in
232224
let+ config_output =

0 commit comments

Comments
 (0)