mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This caching statement should not be necessary due to r15399.
Swift SVN r15401
This commit is contained in:
@@ -121,7 +121,6 @@ SILModule::createWitnessTableDeclaration(ProtocolConformance *C) {
|
||||
SILWitnessTable *WT = SILWitnessTable::create(*this,
|
||||
SILLinkage::PublicExternal,
|
||||
NormalC);
|
||||
WitnessTableLookupCache[NormalC] = WT;
|
||||
return WT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user