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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user