We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11de736 + bd8bad3 commit 385ff08Copy full SHA for 385ff08
lib/SILGen/SILGenProlog.cpp
@@ -306,7 +306,6 @@ struct ArgumentInitHelper {
306
// - @_eagerMove
307
// - @_noEagerMove
308
auto isNoImplicitCopy = pd->isNoImplicitCopy();
309
- auto lifetime = SGF.F.getLifetime(pd, value->getType());
310
311
// If we have a no implicit copy argument and the argument is trivial,
312
// we need to use copyable to move only to convert it to its move only
0 commit comments