Skip to content

Commit 57b3b62

Browse files
committed
stale comment
1 parent c8b78d2 commit 57b3b62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jscomp/ml/ast_untagged_variants.ml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ let checkInvariant ~isUntaggedDef ~(consts : (Location.t * tag) list)
279279
if !numberTypes > 1 then
280280
raise (Error (loc, InvalidUntaggedVariantDefinition AtMostOneNumber));
281281
if !bigintTypes > 1 then
282-
(* FIXME need to define another error for duplicated bigint *)
283282
raise (Error (loc, InvalidUntaggedVariantDefinition AtMostOneBigint));
284283
if !booleanTypes > 1 then
285284
raise (Error (loc, InvalidUntaggedVariantDefinition AtMostOneBoolean));

0 commit comments

Comments
 (0)