Skip to content

Commit

Permalink
remove duplicate binding
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg committed Sep 3, 2020
1 parent 7247e91 commit 7186bab
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions otherlibs/site/src/helpers.ml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ let dirs : (string * Dune_section.t, string) Hashtbl.t = Hashtbl.create 10

(* multi-bindings first is the one with least priority *)

(* TODO already exists in stdue/bin.ml *)
let path_sep =
if Sys.win32 then
';'
Expand Down Expand Up @@ -105,12 +106,6 @@ let sourceroot local =
not happend *)
Sys.getenv_opt "DUNE_SOURCEROOT"

let path_sep =
if Sys.win32 then
";"
else
":"

let ocamlpath =
lazy
(let env =
Expand Down

0 comments on commit 7186bab

Please sign in to comment.