Skip to content

Commit dcb07d9

Browse files
authored
Merge pull request #62928 from tshortli/remove-inlinable-from-tasklocal-withvalue
[TaskLocals] Remove use of `@inlinable` with `@_backDeploy` temporarily
2 parents 6de884b + c7c806f commit dcb07d9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

stdlib/public/BackDeployConcurrency/TaskLocal.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ public final class TaskLocal<Value: Sendable>: Sendable, CustomStringConvertible
136136
/// If the value is a reference type, it will be retained for the duration of
137137
/// the operation closure.
138138
@discardableResult
139-
@inlinable
140139
@_unsafeInheritExecutor
141140
@available(SwiftStdlib 5.1, *) // back deploy requires we declare the availability explicitly on this method
142141
@_backDeploy(before: SwiftStdlib 5.8)

stdlib/public/Concurrency/TaskLocal.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public final class TaskLocal<Value: Sendable>: Sendable, CustomStringConvertible
135135
///
136136
/// If the value is a reference type, it will be retained for the duration of
137137
/// the operation closure.
138-
@inlinable
139138
@discardableResult
140139
@_unsafeInheritExecutor
141140
@available(SwiftStdlib 5.1, *) // back deploy requires we declare the availability explicitly on this method

0 commit comments

Comments
 (0)