Skip to content

Commit bd8bad3

Browse files
committed
[gardening] Delete unused variable.
1 parent ecb864c commit bd8bad3

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)