Skip to content

Commit 385ff08

Browse files
authored
Merge pull request swiftlang#63777 from gottesmm/pr-1e02b3d3be918bfd950dfe28218e987bc0619c1e
[gardening] Delete unused variable.
2 parents 11de736 + bd8bad3 commit 385ff08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/SILGen/SILGenProlog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ struct ArgumentInitHelper {
306306
// - @_eagerMove
307307
// - @_noEagerMove
308308
auto isNoImplicitCopy = pd->isNoImplicitCopy();
309-
auto lifetime = SGF.F.getLifetime(pd, value->getType());
310309

311310
// If we have a no implicit copy argument and the argument is trivial,
312311
// we need to use copyable to move only to convert it to its move only

0 commit comments

Comments
 (0)