Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused new diagnostic
  • Loading branch information
DougGregor committed Sep 24, 2020
1 parent 9b808c6 commit a000375
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/swift/AST/DiagnosticsSema.def
Expand Up @@ -4121,9 +4121,6 @@ ERROR(asynchandler_async,none,
ERROR(asynchandler_inout_parameter,none,
"'inout' parameter is not allowed in '@asyncHandler' function",
())
ERROR(asynchandler_unsafe_pointer_parameter,none,
"'%0' parameter is not allowed in `@asyncHandler` function",
())
ERROR(asynchandler_mutating,none,
"'@asyncHandler' function cannot be 'mutating'",
())
Expand Down

0 comments on commit a000375

Please sign in to comment.