mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[CS] Remove getImplicitValueConversionLocator & ImplicitConversion
These are now unused.
This commit is contained in:
@@ -95,7 +95,6 @@ unsigned LocatorPathElt::getNewSummaryFlags() const {
|
||||
case ConstraintLocator::ArgumentAttribute:
|
||||
case ConstraintLocator::UnresolvedMemberChainResult:
|
||||
case ConstraintLocator::PlaceholderType:
|
||||
case ConstraintLocator::ImplicitConversion:
|
||||
case ConstraintLocator::ImplicitDynamicMemberSubscript:
|
||||
case ConstraintLocator::SyntacticElement:
|
||||
case ConstraintLocator::PackType:
|
||||
@@ -461,12 +460,6 @@ void LocatorPathElt::dump(raw_ostream &out) const {
|
||||
out << "implicit dynamic member subscript";
|
||||
break;
|
||||
|
||||
case ConstraintLocator::ConstraintLocator::ImplicitConversion: {
|
||||
auto convElt = elt.castTo<LocatorPathElt::ImplicitConversion>();
|
||||
out << "implicit conversion " << getName(convElt.getConversionKind());
|
||||
break;
|
||||
}
|
||||
|
||||
case ConstraintLocator::ConstraintLocator::PackType: {
|
||||
auto packElt = elt.castTo<LocatorPathElt::PackType>();
|
||||
out << "pack type '" << packElt.getType()->getString(PO) << "'";
|
||||
|
||||
Reference in New Issue
Block a user