mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #38753 from CodaFi/modulo-modules
[NFC] Remove Unused Module Parameter to Conformance Lookup
This commit is contained in:
@@ -1284,11 +1284,10 @@ void NominalTypeDecl::prepareConformanceTable() const {
|
||||
}
|
||||
|
||||
bool NominalTypeDecl::lookupConformance(
|
||||
ModuleDecl *module, ProtocolDecl *protocol,
|
||||
ProtocolDecl *protocol,
|
||||
SmallVectorImpl<ProtocolConformance *> &conformances) const {
|
||||
prepareConformanceTable();
|
||||
return ConformanceTable->lookupConformance(
|
||||
module,
|
||||
const_cast<NominalTypeDecl *>(this),
|
||||
protocol,
|
||||
conformances);
|
||||
|
||||
Reference in New Issue
Block a user