Skip to content

Commit cb9bd9d

Browse files
committed
remove comment in NSLock.swift
1 parent 6d9d5ea commit cb9bd9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Foundation/NSLock.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ private typealias _RecursiveMutexPointer = UnsafeMutablePointer<pthread_mutex_t>
4949
private typealias _ConditionVariablePointer = UnsafeMutablePointer<pthread_cond_t>
5050
#endif
5151

52-
// fix for: https://github.com/apple/swift-corelibs-foundation/issues/4941
5352
open class NSLock: NSObject, NSLocking, @unchecked Sendable {
5453
internal var mutex = _MutexPointer.allocate(capacity: 1)
5554
#if os(macOS) || os(iOS) || os(Windows)

0 commit comments

Comments
 (0)