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:
@@ -609,7 +609,7 @@ ModuleFile::readConformanceChecked(llvm::BitstreamCursor &Cursor,
|
||||
module = getAssociatedModule();
|
||||
|
||||
SmallVector<ProtocolConformance *, 2> conformances;
|
||||
nominal->lookupConformance(module, proto, conformances);
|
||||
nominal->lookupConformance(proto, conformances);
|
||||
PrettyStackTraceModuleFile traceMsg(
|
||||
"If you're seeing a crash here, check that your SDK and dependencies "
|
||||
"are at least as new as the versions used to build", *this);
|
||||
|
||||
Reference in New Issue
Block a user