Skip to content

Commit

Permalink
Remove deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Mar 11, 2024
1 parent 0ad31bc commit 628d046
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/AllocatedLock.swift
Expand Up @@ -31,10 +31,6 @@

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

@usableFromInline
Expand Down

0 comments on commit 628d046

Please sign in to comment.