Skip to content

Commit

Permalink
Clean the code
Browse files Browse the repository at this point in the history
Signed-off-by: Alpha DIALLO <[email protected]>
  • Loading branch information
moyodiallo committed Oct 14, 2022
1 parent 462f23d commit f3a71e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/dune_rules/lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1748,8 +1748,6 @@ module DB = struct
; instrument_with = lib_config.Lib_config.instrument_with
}

let parent t = t.parent

let create_from_findlib findlib =
let lib_config = Findlib.lib_config findlib in
create () ~parent:None ~lib_config
Expand Down
2 changes: 0 additions & 2 deletions src/dune_rules/lib.mli
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ module DB : sig
(** A database allow to resolve library names *)
type t

val parent : t -> t option

val installed : Context.t -> t Memo.t

module Resolve_result : sig
Expand Down

0 comments on commit f3a71e8

Please sign in to comment.