Commits

Jordan Rose committed 2d480aa89fc
Remove duplicate checks for if a default no-argument initializer can be defined. This condition is already checked from defineDefaultConstructor's only caller, addImplicitConstructors, and the two conditions had drifted. This was causing issues in the multi-file case, where the optionals hadn't been given an explicit initial value yet. rdar://problem/18716572 Swift SVN r23017