diff options
Diffstat (limited to 'base/atomicops_internals_atomicword_compat.h')
-rw-r--r-- | base/atomicops_internals_atomicword_compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/atomicops_internals_atomicword_compat.h b/base/atomicops_internals_atomicword_compat.h index 8382fe1..e02d11d 100644 --- a/base/atomicops_internals_atomicword_compat.h +++ b/base/atomicops_internals_atomicword_compat.h @@ -6,7 +6,6 @@ #ifndef BASE_ATOMICOPS_INTERNALS_ATOMICWORD_COMPAT_H_ #define BASE_ATOMICOPS_INTERNALS_ATOMICWORD_COMPAT_H_ -#pragma once // AtomicWord is a synonym for intptr_t, and Atomic32 is a synonym for int32, // which in turn means int. On some LP32 platforms, intptr_t is an int, but |