Skip to content

Commit

Permalink
Remove outdated FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
jckarter committed Mar 7, 2016
1 parent bd2f100 commit 57be766
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/SILGen/SILGenConstructor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,6 @@ void SILGenFunction::emitClassConstructorInitializer(ConstructorDecl *ctor) {
ConstructorDecl::BodyInitKind::Delegating;
}

// FIXME: The (potentially partially initialized) value here would need to be
// cleaned up on a constructor failure unwinding, if we were to support
// failing before total initialization.

// Set up the 'self' argument. If this class has a superclass, we set up
// self as a box. This allows "self reassignment" to happen in super init
// method chains, which is important for interoperating with Objective-C
Expand Down

0 comments on commit 57be766

Please sign in to comment.