Skip to content

Commit 8f8db88

Browse files
committed
[CF] Cleanup commented block.
While we're here, remove these commented lines. These were here since initial repo commit and are probably no longer relevant.
1 parent f6f7257 commit 8f8db88

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

CoreFoundation/Base.subproj/CoreFoundation_Prefix.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -401,18 +401,6 @@ CF_EXPORT bool OSAtomicCompareAndSwap32Barrier( int32_t oldValue, int32_t newVal
401401

402402
void OSMemoryBarrier();
403403

404-
/*
405-
CF_EXPORT bool OSAtomicCompareAndSwap64( int64_t __oldValue, int64_t __newValue, volatile int64_t *__theValue );
406-
CF_EXPORT bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, volatile int64_t *__theValue );
407-
408-
CF_EXPORT int64_t OSAtomicAdd64( int64_t __theAmount, volatile int64_t *__theValue );
409-
CF_EXPORT int64_t OSAtomicAdd64Barrier( int64_t __theAmount, volatile int64_t *__theValue );
410-
*/
411-
412-
//#ifndef NTDDI_VERSION
413-
//#define NTDDI_VERSION NTDDI_WINXP
414-
//#endif
415-
416404
#include <io.h>
417405
#include <fcntl.h>
418406
#include <errno.h>

0 commit comments

Comments
 (0)