mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CS] NFC: Remove OverloadChoiceKind::BaseType
This doesn't appear to be used any more.
This commit is contained in:
@@ -135,7 +135,6 @@ static bool areConservativelyCompatibleArgumentLabels(
|
||||
decl = choice.getDecl();
|
||||
break;
|
||||
|
||||
case OverloadChoiceKind::BaseType:
|
||||
// KeyPath application is not filtered in `performMemberLookup`.
|
||||
case OverloadChoiceKind::KeyPathApplication:
|
||||
case OverloadChoiceKind::DynamicMemberLookup:
|
||||
|
||||
Reference in New Issue
Block a user