[Distributed] NFC: remove a couple of unused variables from sythensis code

This commit is contained in:
Pavel Yaskevich
2022-06-17 09:21:33 -07:00
parent 9986e1c30c
commit 2078aa95d4

View File

@@ -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 =