Skip to content

Commit 9512be9

Browse files
committed
continue removing unused code
1 parent fba5e45 commit 9512be9

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

jscomp/bsb/bsb_ninja_targets.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,4 @@ let output_kv key value oc =
7777
output_string oc value ;
7878
output_string oc "\n"
7979

80-
let output_kvs kvs oc =
81-
Ext_array.iter kvs (fun (k,v) -> if v <> "" then output_kv k v oc)
82-
8380

jscomp/bsb/bsb_ninja_targets.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,3 @@ val phony :
4949
unit
5050

5151
val output_kv : string -> string -> out_channel -> unit
52-
val output_kvs : (string * string) array -> out_channel -> unit
53-

lib/4.06.1/bsb.ml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13403,8 +13403,6 @@ val phony :
1340313403
unit
1340413404

1340513405
val output_kv : string -> string -> out_channel -> unit
13406-
val output_kvs : (string * string) array -> out_channel -> unit
13407-
1340813406

1340913407
end = struct
1341013408
#1 "bsb_ninja_targets.ml"
@@ -13487,9 +13485,6 @@ let output_kv key value oc =
1348713485
output_string oc value ;
1348813486
output_string oc "\n"
1348913487

13490-
let output_kvs kvs oc =
13491-
Ext_array.iter kvs (fun (k,v) -> if v <> "" then output_kv k v oc)
13492-
1349313488

1349413489

1349513490
end

0 commit comments

Comments
 (0)