mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove origType parameter from ProtocolConformanceRef::getAssociatedType()
This commit is contained in:
@@ -628,7 +628,7 @@ Type ProtocolConformance::getAssociatedType(Type assocType) const {
|
||||
"associated type must be a type parameter");
|
||||
|
||||
ProtocolConformanceRef ref(const_cast<ProtocolConformance*>(this));
|
||||
return ref.getAssociatedType(getType(), assocType);
|
||||
return ref.getAssociatedType(assocType);
|
||||
}
|
||||
|
||||
ProtocolConformanceRef
|
||||
|
||||
Reference in New Issue
Block a user