Skip to content

Commit 628d046

Browse files
committed
Remove deprecation
1 parent 0ad31bc commit 628d046

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/AllocatedLock.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131

3232
// Backports the Swift interface around os_unfair_lock_t available in recent Darwin platforms
3333
//
34-
@available(iOS, deprecated: 16.0, message: "use OSAllocatedUnfairLock directly")
35-
@available(tvOS, deprecated: 16.0, message: "use OSAllocatedUnfairLock directly")
36-
@available(watchOS, deprecated: 9, message: "use OSAllocatedUnfairLock directly")
37-
@available(macOS, deprecated: 13.0, message: "use OSAllocatedUnfairLock directly")
3834
struct AllocatedLock<State>: @unchecked Sendable {
3935

4036
@usableFromInline

0 commit comments

Comments
 (0)