Skip to content

Commit b0fbc77

Browse files
committedSep 7, 2022
timestamps
1 parent 7c36067 commit b0fbc77

7 files changed

+0
-13
lines changed
 

‎jscomp/core/js_fold.ml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25-
2625
open J
2726

2827
let[@inline] unknown _self _ = _self

‎jscomp/core/js_record_fold.ml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25-
2625
open J
2726

2827
let[@inline] unknown _ st _ = st

‎jscomp/core/js_record_iter.ml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25-
2625
open J
2726

2827
let unknown _ _ = ()

‎jscomp/core/js_record_map.ml

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
2424

25-
2625
open J
2726

2827
let[@inline] unknown _ x = x

‎lib/4.06.1/unstable/js_compiler.ml

-3
Original file line numberDiff line numberDiff line change
@@ -75943,7 +75943,6 @@ module Js_record_iter
7594375943
* along with this program; if not, write to the Free Software
7594475944
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
7594575945

75946-
7594775946
open J
7594875947

7594975948
let unknown _ _ = ()
@@ -89099,7 +89098,6 @@ module Js_record_map
8909989098
* along with this program; if not, write to the Free Software
8910089099
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
8910189100

89102-
8910389101
open J
8910489102

8910589103
let[@inline] unknown _ x = x
@@ -89883,7 +89881,6 @@ module Js_record_fold
8988389881
* along with this program; if not, write to the Free Software
8988489882
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
8988589883

89886-
8988789884
open J
8988889885

8988989886
let[@inline] unknown _ st _ = st

‎lib/4.06.1/unstable/js_playground_compiler.ml

-3
Original file line numberDiff line numberDiff line change
@@ -75943,7 +75943,6 @@ module Js_record_iter
7594375943
* along with this program; if not, write to the Free Software
7594475944
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
7594575945

75946-
7594775946
open J
7594875947

7594975948
let unknown _ _ = ()
@@ -89099,7 +89098,6 @@ module Js_record_map
8909989098
* along with this program; if not, write to the Free Software
8910089099
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
8910189100

89102-
8910389101
open J
8910489102

8910589103
let[@inline] unknown _ x = x
@@ -89883,7 +89881,6 @@ module Js_record_fold
8988389881
* along with this program; if not, write to the Free Software
8988489882
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
8988589883

89886-
8988789884
open J
8988889885

8988989886
let[@inline] unknown _ st _ = st

‎lib/4.06.1/whole_compiler.ml

-3
Original file line numberDiff line numberDiff line change
@@ -251910,7 +251910,6 @@ module Js_record_iter
251910251910
* along with this program; if not, write to the Free Software
251911251911
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
251912251912

251913-
251914251913
open J
251915251914

251916251915
let unknown _ _ = ()
@@ -258460,7 +258459,6 @@ module Js_record_map
258460258459
* along with this program; if not, write to the Free Software
258461258460
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
258462258461

258463-
258464258462
open J
258465258463

258466258464
let[@inline] unknown _ x = x
@@ -259244,7 +259242,6 @@ module Js_record_fold
259244259242
* along with this program; if not, write to the Free Software
259245259243
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *)
259246259244

259247-
259248259245
open J
259249259246

259250259247
let[@inline] unknown _ st _ = st

0 commit comments

Comments
 (0)