mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[String] DCE and drop inlinable
Remove some more inlinable annotations and drop dead code.
This commit is contained in:
@@ -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? {
|
||||
|
||||
Reference in New Issue
Block a user