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.
1 parent ecb864c commit bd8bad3Copy full SHA for bd8bad3
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