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 5df43ee commit f19d6b9Copy full SHA for f19d6b9
lib/SILOptimizer/IPO/DeadFunctionElimination.cpp
@@ -475,7 +475,7 @@ class ExternalFunctionDefinitionsElimination : FunctionLivenessComputation {
475
476
// Check witness methods.
477
for (SILWitnessTable &WT : Module->getWitnessTableList()) {
478
- bool tableIsAlive = isVisibleExternally(WT.getConformance()->getProtocol());
+ isVisibleExternally(WT.getConformance()->getProtocol());
479
for (const SILWitnessTable::Entry &entry : WT.getEntries()) {
480
if (entry.getKind() != SILWitnessTable::Method)
481
continue;
0 commit comments