Skip to content

Commit 58a6638

Browse files
committed
Coordination mishap: these are defined just below for all platforms.
1 parent d0f1385 commit 58a6638

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CoreFoundation/Base.subproj/CFInternal.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -576,12 +576,10 @@ typedef pthread_mutex_t * os_unfair_lock_t;
576576
CF_INLINE void os_unfair_lock_lock(os_unfair_lock_t lock) { pthread_mutex_lock(lock); }
577577
CF_INLINE void os_unfair_lock_unlock(os_unfair_lock_t lock) { pthread_mutex_unlock(lock); }
578578
#elif defined(_WIN32)
579-
#define OS_UNFAIR_LOCK_DATA_SYNCHRONIZATION 0
580579
#define OS_UNFAIR_LOCK_INIT CFLockInit
581580
#define os_unfair_lock CFLock_t
582581
#define os_unfair_lock_t CFLock_t *
583582
#define os_unfair_lock_lock __CFLock
584-
#define os_unfair_lock_lock_with_options(lock, options) __CFLock(lock)
585583
#define os_unfair_lock_unlock __CFUnlock
586584
#endif // __has_include(<os/lock.h>)
587585

0 commit comments

Comments
 (0)