mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[string] Un-break Linux build
This commit is contained in:
@@ -137,12 +137,10 @@ extension _StringGuts {
|
||||
return _object.isNative
|
||||
}
|
||||
|
||||
#if _runtime(_ObjC)
|
||||
@inlinable
|
||||
internal var _isCocoa: Bool {
|
||||
return _object.isCocoa
|
||||
}
|
||||
#endif
|
||||
|
||||
@inlinable
|
||||
internal var _isUnmanaged: Bool {
|
||||
|
||||
Reference in New Issue
Block a user