mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: Remove origType parameter from ProtocolConformanceRef::getTypeWitness()
This commit is contained in:
@@ -205,7 +205,7 @@ public:
|
||||
|
||||
/// Look up the type witness for an associated type declaration in this
|
||||
/// conformance.
|
||||
Type getTypeWitness(Type origType, AssociatedTypeDecl *assocType,
|
||||
Type getTypeWitness(AssociatedTypeDecl *assocType,
|
||||
SubstOptions options = std::nullopt) const;
|
||||
|
||||
/// Given a dependent type (expressed in terms of this conformance's
|
||||
|
||||
Reference in New Issue
Block a user