Skip to content

Commit 437a326

Browse files
committed
Remove unused code
1 parent ad9d8cb commit 437a326

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

jscomp/bsb/bsb_build_util.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,6 @@ let get_bsc_dir ~cwd =
132132
(Ext_path.combine cwd Sys.executable_name))
133133

134134

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"
139135

140136
(**
141137
{[

jscomp/bsb/bsb_build_util.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ val mkp : string -> unit
6464
path of [bsb.exe] but also the timestamp, to make it 100% correct, also the integrity of
6565
[bsdep.exe] [bsc.exe] etc.
6666
*)
67-
val get_bsc_bsdep : string -> string * string
67+
6868

6969

7070
(**

lib/4.02.3/bsb.ml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9573,7 +9573,7 @@ val mkp : string -> unit
95739573
path of [bsb.exe] but also the timestamp, to make it 100% correct, also the integrity of
95749574
[bsdep.exe] [bsc.exe] etc.
95759575
*)
9576-
val get_bsc_bsdep : string -> string * string
9576+
95779577

95789578

95799579
(**
@@ -9754,10 +9754,6 @@ let get_bsc_dir ~cwd =
97549754
(Ext_path.combine cwd Sys.executable_name))
97559755

97569756

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"
97619757

97629758
(**
97639759
{[

lib/4.02.3/unstable/bsb_native.ml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9573,7 +9573,7 @@ val mkp : string -> unit
95739573
path of [bsb.exe] but also the timestamp, to make it 100% correct, also the integrity of
95749574
[bsdep.exe] [bsc.exe] etc.
95759575
*)
9576-
val get_bsc_bsdep : string -> string * string
9576+
95779577

95789578

95799579
(**
@@ -9754,10 +9754,6 @@ let get_bsc_dir ~cwd =
97549754
(Ext_path.combine cwd Sys.executable_name))
97559755

97569756

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"
97619757

97629758
(**
97639759
{[

0 commit comments

Comments
 (0)