Skip to content

Commit 6e1a44d

Browse files
committed
[SILGen] NFC: Remove an unused var left by distributed actor changes
1 parent 025a6fc commit 6e1a44d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILGen/SILGenLValue.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,8 +2647,6 @@ namespace {
26472647
AccessKind(accessKind) {}
26482648

26492649
void emitUsingStrategy(AccessStrategy strategy) {
2650-
auto var = dyn_cast<VarDecl>(Storage);
2651-
26522650
switch (strategy.getKind()) {
26532651
case AccessStrategy::Storage: {
26542652
auto typeData =

0 commit comments

Comments
 (0)