Skip to content

Commit a000375

Browse files
committed
Remove unused new diagnostic
1 parent 9b808c6 commit a000375

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/AST/DiagnosticsSema.def

-3
Original file line numberDiff line numberDiff line change
@@ -4121,9 +4121,6 @@ ERROR(asynchandler_async,none,
41214121
ERROR(asynchandler_inout_parameter,none,
41224122
"'inout' parameter is not allowed in '@asyncHandler' function",
41234123
())
4124-
ERROR(asynchandler_unsafe_pointer_parameter,none,
4125-
"'%0' parameter is not allowed in `@asyncHandler` function",
4126-
())
41274124
ERROR(asynchandler_mutating,none,
41284125
"'@asyncHandler' function cannot be 'mutating'",
41294126
())

0 commit comments

Comments
 (0)