mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Remove type parameter from ProtocolConformanceRef::getTypeWitnessByName()
This commit is contained in:
@@ -149,7 +149,7 @@ ProtocolConformanceRef ProtocolConformanceRef::mapConformanceOutOfContext() cons
|
||||
}
|
||||
|
||||
Type
|
||||
ProtocolConformanceRef::getTypeWitnessByName(Type type, Identifier name) const {
|
||||
ProtocolConformanceRef::getTypeWitnessByName(Identifier name) const {
|
||||
assert(!isInvalid());
|
||||
|
||||
// Find the named requirement.
|
||||
|
||||
Reference in New Issue
Block a user