File tree Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -132,10 +132,6 @@ let get_bsc_dir ~cwd =
132
132
(Ext_path. combine cwd Sys. executable_name))
133
133
134
134
135
- let get_bsc_bsdep cwd =
136
- let dir = get_bsc_dir ~cwd in
137
- Filename. concat dir " bsc.exe" ,
138
- Filename. concat dir " bsb_helper.exe"
139
135
140
136
(* *
141
137
{[
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ val mkp : string -> unit
64
64
path of [bsb.exe] but also the timestamp, to make it 100% correct, also the integrity of
65
65
[bsdep.exe] [bsc.exe] etc.
66
66
*)
67
- val get_bsc_bsdep : string -> string * string
67
+
68
68
69
69
70
70
(* *
Original file line number Diff line number Diff line change @@ -9573,7 +9573,7 @@ val mkp : string -> unit
9573
9573
path of [bsb.exe] but also the timestamp, to make it 100% correct, also the integrity of
9574
9574
[bsdep.exe] [bsc.exe] etc.
9575
9575
*)
9576
- val get_bsc_bsdep : string -> string * string
9576
+
9577
9577
9578
9578
9579
9579
(**
@@ -9754,10 +9754,6 @@ let get_bsc_dir ~cwd =
9754
9754
(Ext_path.combine cwd Sys.executable_name))
9755
9755
9756
9756
9757
- let get_bsc_bsdep cwd =
9758
- let dir = get_bsc_dir ~cwd in
9759
- Filename.concat dir "bsc.exe",
9760
- Filename.concat dir "bsb_helper.exe"
9761
9757
9762
9758
(**
9763
9759
{[
Original file line number Diff line number Diff line change @@ -9573,7 +9573,7 @@ val mkp : string -> unit
9573
9573
path of [bsb.exe] but also the timestamp, to make it 100% correct, also the integrity of
9574
9574
[bsdep.exe] [bsc.exe] etc.
9575
9575
*)
9576
- val get_bsc_bsdep : string -> string * string
9576
+
9577
9577
9578
9578
9579
9579
(**
@@ -9754,10 +9754,6 @@ let get_bsc_dir ~cwd =
9754
9754
(Ext_path.combine cwd Sys.executable_name))
9755
9755
9756
9756
9757
- let get_bsc_bsdep cwd =
9758
- let dir = get_bsc_dir ~cwd in
9759
- Filename.concat dir "bsc.exe",
9760
- Filename.concat dir "bsb_helper.exe"
9761
9757
9762
9758
(**
9763
9759
{[
You can’t perform that action at this time.
0 commit comments