We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930b60a commit e3f5829Copy full SHA for e3f5829
lib/SILGen/SILGenType.cpp
@@ -477,10 +477,7 @@ class SILGenConformance : public SILGenWitnessTable<SILGenConformance> {
477
if (witnessSerialized &&
478
fixmeWitnessHasLinkageThatNeedsToBePublic(witnessLinkage)) {
479
witnessLinkage = SILLinkage::Public;
480
- witnessSerialized =
481
- (SGM.M.getASTContext().LangOpts.SILSerializeWitnessTables
482
- ? IsSerialized
483
- : IsNotSerialized);
+ witnessSerialized = IsNotSerialized;
484
} else {
485
// This is the "real" rule; the above case should go away once we
486
// figure out what's going on.
0 commit comments