Commits

Dmitri Hrybenko committed 418f9b398c9
stdlib: remove bogus code that claims to be avoiding optimizations Not only it does not achieve what the comment says (_storage has the type _ContiguousArrayStorageBase), but optimizations that would break semantics of this code would be invalid anyway. Swift SVN r29056