Skip to content

Commit 299bd80

Browse files
xedinktoso
authored andcommitted
[Distributed] NFC: remove a couple of unused variables from sythensis code
1 parent 52f3fb2 commit 299bd80

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/Sema/CodeSynthesisDistributedActor.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,6 @@ deriveBodyDistributed_thunk(AbstractFunctionDecl *thunk, void *context) {
224224

225225
auto var = accessor->getStorage();
226226

227-
auto varRef = UnresolvedDeclRefExpr::createImplicit(C, var->getName());
228-
auto funcDeclRef =
229-
UnresolvedDotExpr::createImplicit(C, selfRefExpr, var->getBaseName());
230-
231227
Expr *localPropertyAccess = new (C) MemberRefExpr(
232228
selfRefExpr, sloc, ConcreteDeclRef(var), dloc, implicit);
233229
localPropertyAccess =

0 commit comments

Comments
 (0)