mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Silence unused warnings
This commit is contained in:
@@ -223,6 +223,7 @@ class ModuleDepGraph {
|
||||
ModuleDepGraphNode *nodeActuallyErased = nodeMap.findAndErase(
|
||||
nodeToErase->getSwiftDeps().getValueOr(std::string()),
|
||||
nodeToErase->getKey());
|
||||
(void)nodeActuallyErased;
|
||||
assert(
|
||||
nodeToErase == nodeActuallyErased ||
|
||||
mapCorruption("Node found from key must be same as node holding key."));
|
||||
|
||||
Reference in New Issue
Block a user