[gardening] Remove unused variables

This commit is contained in:
practicalswift
2017-04-02 16:02:44 +02:00
parent e551eab9fd
commit 3a652a3939
2 changed files with 2 additions and 2 deletions

View File

@@ -415,7 +415,7 @@ bool SILDeclRef::isImplicit() const {
}
SILLinkage SILDeclRef::getLinkage(ForDefinition_t forDefinition) const {
if (auto *ace = getAbstractClosureExpr()) {
if (getAbstractClosureExpr()) {
if (isSerialized())
return SILLinkage::Shared;
return SILLinkage::Private;