mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening] Remove unused variables
This commit is contained in:
@@ -2569,7 +2569,7 @@ public:
|
||||
}
|
||||
|
||||
bool walkToDeclPost(Decl *D) override {
|
||||
if (auto *VD = dyn_cast<ValueDecl>(D))
|
||||
if (isa<ValueDecl>(D))
|
||||
NestedDCs.pop_back();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user