Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 81e7a52

Browse files
committed
Remove unused function.
1 parent b911f84 commit 81e7a52

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cli/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
(name res_cli)
33
(public_name rescript)
44
(flags
5-
(-open Syntax -open Compilerlibs406))
5+
(-open Syntax -open Compilerlibs406)
6+
(:standard -w +a-4-42-40-9-48))
67
(libraries syntax compilerlibs406))

cli/reactjs_jsx_ppx.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,8 +1360,6 @@ module V4 = struct
13601360
| _ -> valueStr
13611361
[@@raises Invalid_argument]
13621362

1363-
let keyType loc = Typ.constr ~loc {loc; txt = Lident "string"} []
1364-
13651363
let refType loc =
13661364
Typ.constr ~loc
13671365
{loc; txt = Ldot (Ldot (Lident "ReactDOM", "Ref"), "currentDomRef")}

0 commit comments

Comments
 (0)