mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[stdlib] Remove inlineable annotation from transparent functions (#17800)
* Remove inlineable annotation from transparent functions
This commit is contained in:
@@ -1039,8 +1039,7 @@ extension ContiguousArray: CustomStringConvertible, CustomDebugStringConvertible
|
||||
}
|
||||
|
||||
extension ContiguousArray {
|
||||
@inlinable
|
||||
@_transparent
|
||||
@usableFromInline @_transparent
|
||||
internal func _cPointerArgs() -> (AnyObject?, UnsafeRawPointer?) {
|
||||
let p = _baseAddressIfContiguous
|
||||
if _fastPath(p != nil || isEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user