This caching statement should not be necessary due to r15399.

Swift SVN r15401
This commit is contained in:
Michael Gottesman
2014-03-24 05:07:20 +00:00
parent f807249aa8
commit 5b1e2d4025

View File

@@ -121,7 +121,6 @@ SILModule::createWitnessTableDeclaration(ProtocolConformance *C) {
SILWitnessTable *WT = SILWitnessTable::create(*this,
SILLinkage::PublicExternal,
NormalC);
WitnessTableLookupCache[NormalC] = WT;
return WT;
}