mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Distributed] NFC: remove a couple of unused variables from sythensis code
This commit is contained in:
@@ -259,10 +259,6 @@ deriveBodyDistributed_thunk(AbstractFunctionDecl *thunk, void *context) {
|
||||
|
||||
auto var = accessor->getStorage();
|
||||
|
||||
auto varRef = UnresolvedDeclRefExpr::createImplicit(C, var->getName());
|
||||
auto funcDeclRef =
|
||||
UnresolvedDotExpr::createImplicit(C, selfRefExpr, var->getBaseName());
|
||||
|
||||
Expr *localPropertyAccess = new (C) MemberRefExpr(
|
||||
selfRefExpr, sloc, ConcreteDeclRef(var), dloc, implicit);
|
||||
localPropertyAccess =
|
||||
|
||||
Reference in New Issue
Block a user