Commits

Dmitri Hrybenko committed a9ee1f88acb
stdlib: remove withUnsafePointerToObject It is completely unused, and I am not even convinced it is safe. It assumes that size of ImplicitlyUnwrappedOptional<T> is equal to pointer size (while this is true for Objective-C pointer types, there was no precondition that enforced this). Swift SVN r19604