Skip to content

Commit 7d8d526

Browse files
committed
Remove descriptions for removed warnings 51 and 6
1 parent fb6711d commit 7d8d526

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/ext/warnings.ml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,6 @@ let descriptions =
583583
( 5,
584584
"Partially applied function: expression whose result has function\n\
585585
\ type and is ignored." );
586-
(6, "Label omitted in function application.");
587586
(7, "Method overridden.");
588587
(8, "Partial match: missing cases in pattern-matching.");
589588
(9, "Missing fields in a record pattern.");
@@ -638,7 +637,6 @@ let descriptions =
638637
(48, "Implicit elimination of optional arguments.");
639638
(49, "Absent cmi file when looking up module alias.");
640639
(50, "Unexpected documentation comment.");
641-
(51, "Warning on non-tail calls if @tailcall present.");
642640
(52, "Fragile constant pattern.");
643641
(53, "Attribute cannot appear in this context");
644642
(54, "Attribute used more than once on an expression");

0 commit comments

Comments
 (0)