Skip to content

Commit aa5ca09

Browse files
committed
remove unused code
1 parent e7d9ed0 commit aa5ca09

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

jscomp/core/ocaml_types.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
type t
3737

3838
val empty : t
39-
val length : t -> int
39+
4040

4141

4242

@@ -47,4 +47,4 @@ val find_serializable_signatures_by_path :
4747

4848
val get_name : t -> int -> string
4949

50-
val map : (string -> 'a) -> t -> 'a list
50+

lib/4.02.3/unstable/js_compiler.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87516,7 +87516,7 @@ module Ocaml_types : sig
8751687516
type t
8751787517

8751887518
val empty : t
87519-
val length : t -> int
87519+
8752087520

8752187521

8752287522

@@ -87527,7 +87527,7 @@ val find_serializable_signatures_by_path :
8752787527

8752887528
val get_name : t -> int -> string
8752987529

87530-
val map : (string -> 'a) -> t -> 'a list
87530+
8753187531

8753287532
end = struct
8753387533
#1 "ocaml_types.ml"

lib/4.02.3/whole_compiler.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75028,7 +75028,7 @@ module Ocaml_types : sig
7502875028
type t
7502975029

7503075030
val empty : t
75031-
val length : t -> int
75031+
7503275032

7503375033

7503475034

@@ -75039,7 +75039,7 @@ val find_serializable_signatures_by_path :
7503975039

7504075040
val get_name : t -> int -> string
7504175041

75042-
val map : (string -> 'a) -> t -> 'a list
75042+
7504375043

7504475044
end = struct
7504575045
#1 "ocaml_types.ml"

0 commit comments

Comments
 (0)