Skip to content

Commit 57be766

Browse files
committed
Remove outdated FIXME
1 parent bd2f100 commit 57be766

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/SILGen/SILGenConstructor.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,10 +510,6 @@ void SILGenFunction::emitClassConstructorInitializer(ConstructorDecl *ctor) {
510510
ConstructorDecl::BodyInitKind::Delegating;
511511
}
512512

513-
// FIXME: The (potentially partially initialized) value here would need to be
514-
// cleaned up on a constructor failure unwinding, if we were to support
515-
// failing before total initialization.
516-
517513
// Set up the 'self' argument. If this class has a superclass, we set up
518514
// self as a box. This allows "self reassignment" to happen in super init
519515
// method chains, which is important for interoperating with Objective-C

0 commit comments

Comments
 (0)