Skip to content

Commit ed7d60c

Browse files
committed
[stdlib] Remove unused fn
1 parent dcfc26c commit ed7d60c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

stdlib/public/core/StringGuts.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,6 @@ extension _StringGuts {
299299
}
300300
}
301301

302-
@_alwaysEmitIntoClient
303-
@inline(__always)
304-
func _isSwiftStdlib_5_7() -> Bool {
305-
if #available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *) { // SwiftStdlib 5.7
306-
return true
307-
} else {
308-
return false
309-
}
310-
}
311-
312302
// Encoding
313303
extension _StringGuts {
314304
/// Returns whether this string has a UTF-8 storage representation.

0 commit comments

Comments
 (0)