Commits

Doug Gregor committed 61060baf8ee
Eliminate the type-checking pass that resolves default arguments in tuple types. Per r6154, this is now dead code. The only places we allow default arguments will be visited by normal type validation, so there's nothing specific to do here. Swift SVN r6157