Skip to content

Commit f78bab2

Browse files
committed
remove out-dated comment
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
1 parent 3c9bd97 commit f78bab2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/OpenEXRCore/internal_structs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ using atomic_uintptr_t = std::atomic_uintptr_t;
5555
/* msvc w/ c11 support is only very new, until we know what the preprocessor checks are, provide defaults */
5656
# include <stdint.h>
5757
# include <windows.h>
58-
/* yeah, yeah, might be a 32-bit pointer, but if we make it the same, we
59-
* can write less since we know support is coming (eventually) */
6058
typedef uintptr_t volatile atomic_uintptr_t;
6159

6260
static inline uintptr_t

0 commit comments

Comments
 (0)