Skip to content

Commit e81ed32

Browse files
committed
dead code
1 parent bd74e91 commit e81ed32

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

jscomp/frontend/ast_literal.ml

-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ module Lid = struct
5353
(* TODO should be moved into {!Js.t} Later *)
5454
let js_internal : t = Ldot (Lident "Js", "Internal")
5555

56-
let js_internal_full_apply : t = Ldot (js_internal, "opaqueFullApply")
57-
58-
let opaque : t = Ldot (js_internal, "opaque")
59-
6056
let js_oo : t = Lident "Js_OO"
6157

6258
let js_meth_callback : t = Ldot (js_oo, "Callback")

jscomp/frontend/ast_literal.mli

-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ module Lid : sig
4141

4242
val type_bigint : t
4343

44-
val js_internal_full_apply : t
45-
46-
val opaque : t
47-
4844
val js_oo : t
4945

5046
val js_meth_callback : t

0 commit comments

Comments
 (0)