[gardening] Remove unused variables

This commit is contained in:
practicalswift
2017-04-25 20:58:13 +02:00
parent cfb0827aab
commit 4ef5c6d840
5 changed files with 2 additions and 10 deletions

View File

@@ -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;
}