[CS] NFC: Remove OverloadChoiceKind::BaseType

This doesn't appear to be used any more.
This commit is contained in:
Hamish Knight
2020-03-14 14:34:30 -07:00
parent eb93cd6237
commit c74a7512f7
7 changed files with 0 additions and 30 deletions

View File

@@ -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: