Skip to content

Commit d89201e

Browse files
committed
remove unused code
1 parent 3cb8b0a commit d89201e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

jscomp/frontend/ast_literal.ml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,6 @@ let type_int ?loc () =
136136
| Some loc ->
137137
Ast_helper.Typ.mk ~loc (Ptyp_constr ({txt = Lid.type_int; loc}, []))
138138

139-
let type_int64 =
140-
Ast_helper.Typ.mk
141-
(Ptyp_constr ({txt = Lident "int64"; loc = Location.none}, []))
142-
143139
let type_float =
144140
Ast_helper.Typ.mk
145141
(Ptyp_constr ({txt = Lident "float"; loc = Location.none}, []))

jscomp/frontend/ast_literal.mli

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ val type_bool : core_type_lit
7676

7777
val type_int : core_type_lit
7878

79-
val type_int64 : Parsetree.core_type
80-
8179
val type_float : Parsetree.core_type
8280

8381
val type_bigint : core_type_lit

0 commit comments

Comments
 (0)