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 8755ced commit 8c5cb0eCopy full SHA for 8c5cb0e
lib/TBDGen/TBDGen.cpp
@@ -475,7 +475,6 @@ void TBDGenVisitor::addConformances(DeclContext *DC) {
475
auto addSymbolIfNecessary = [&](ValueDecl *requirementDecl,
476
ValueDecl *witnessDecl) {
477
auto witnessRef = SILDeclRef(witnessDecl);
478
- auto witnessLinkage = witnessRef.getLinkage(ForDefinition);
479
if (conformanceIsFixed &&
480
(isa<SelfProtocolConformance>(rootConformance) ||
481
fixmeWitnessHasLinkageThatNeedsToBePublic(witnessRef))) {
0 commit comments