[String] DCE and drop inlinable

Remove some more inlinable annotations and drop dead code.
This commit is contained in:
Michael Ilseman
2018-11-15 10:59:26 -08:00
parent 739169dc77
commit c749123297
5 changed files with 8 additions and 24 deletions

View File

@@ -356,7 +356,6 @@ extension String.UTF16View.Index {
/// position in `unicodeScalars`, this method returns `nil`. For example,
/// an attempt to convert the position of a UTF-16 trailing surrogate
/// returns `nil`.
@inlinable // FIXME(sil-serialize-all)
public func samePosition(
in unicodeScalars: String.UnicodeScalarView
) -> String.UnicodeScalarIndex? {