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

Commit 2cd5c6a

Browse files
committed
Remove leftover comment.
1 parent f3a3af5 commit 2cd5c6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/res_core.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4310,7 +4310,6 @@ and parseFieldDeclarationRegion p =
43104310
| Lident _ ->
43114311
let lident, loc = parseLident p in
43124312
let name = Location.mkloc lident loc in
4313-
(* XXX *)
43144313
let optional = parseOptionalLabel p in
43154314
let typ =
43164315
match p.Parser.token with

0 commit comments

Comments
 (0)