Skip to content

Commit cf8e730

Browse files
committed
fix windows
1 parent 5c7766b commit cf8e730

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Sources/AllocatedLock.swift

-6
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,6 @@ extension AllocatedLock {
246246
func tryLock() -> Bool {
247247
TryAcquireSRWLockExclusive(_lock)
248248
}
249-
250-
@usableFromInline
251-
func tryLock() -> Bool {
252-
os_unfair_lock_trylock(_lock)
253-
}
254-
255249
}
256250
}
257251

0 commit comments

Comments
 (0)