mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Eliminate unused variable warnings from non-asserts build.
This commit is contained in:
@@ -436,6 +436,7 @@ static bool resolveKnownTypeWitness(NormalProtocolConformance *conformance,
|
||||
if (!knownKind) return false;
|
||||
|
||||
auto &ctx = nominal->getASTContext();
|
||||
(void)ctx;
|
||||
|
||||
// Local function to handle resolution via lookup directly into the nominal
|
||||
// type.
|
||||
|
||||
Reference in New Issue
Block a user