Skip to content

Commit 7c8049d

Browse files
committed
Merge pull request #1351 from practicalswift/remove_sil_function_multiple_results
[gardening] Remove unused diagnostic: sil_function_multiple_results
2 parents fcb2b23 + c6c7010 commit 7c8049d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,8 +2351,6 @@ ERROR(sil_function_output_label,PointsToFirstBadToken,
23512351
ERROR(sil_function_repeat_convention,PointsToFirstBadToken,
23522352
"repeated %select{parameter|result|callee}0 convention attribute",
23532353
(unsigned))
2354-
ERROR(sil_function_multiple_results,PointsToFirstBadToken,
2355-
"SIL function types cannot have multiple results", ())
23562354
ERROR(sil_function_multiple_error_results,PointsToFirstBadToken,
23572355
"SIL function types cannot have multiple @error results", ())
23582356
ERROR(unsupported_sil_convention,none,

0 commit comments

Comments
 (0)