Skip to content

Commit 1aa12bb

Browse files
committed
remove not used anymore custom diagnostic
1 parent 29982fc commit 1aa12bb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5348,9 +5348,6 @@ ERROR(broken_distributed_actor_requirement,none,
53485348
ERROR(distributed_actor_system_conformance_missing_adhoc_requirement,none,
53495349
"%kind0 is missing witness for protocol requirement %1",
53505350
(const ValueDecl *, DeclName))
5351-
//NOTE(note_distributed_actor_system_conformance_missing_adhoc_requirement,none,
5352-
// "protocol %0 requires function %1 with signature:\n%2",
5353-
// (DeclName, DeclName, StringRef))
53545351

53555352
ERROR(override_implicit_unowned_executor,none,
53565353
"cannot override an actor's 'unownedExecutor' property that wasn't "

0 commit comments

Comments
 (0)