From a000375881ce37668c136fdaed71c997b194cebe Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Thu, 24 Sep 2020 14:23:58 -0700 Subject: [PATCH] Remove unused new diagnostic --- include/swift/AST/DiagnosticsSema.def | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/swift/AST/DiagnosticsSema.def b/include/swift/AST/DiagnosticsSema.def index 6b609eb584f53..0c226713806bd 100644 --- a/include/swift/AST/DiagnosticsSema.def +++ b/include/swift/AST/DiagnosticsSema.def @@ -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'", ())