| Index: base/atomicops_internals_x86_msvc.h
|
| diff --git a/base/atomicops_internals_x86_msvc.h b/base/atomicops_internals_x86_msvc.h
|
| index 0269d894a1fa72d592d3e85b824d84612bb0090f..26f181353b4a26505a68fa6c6253449f6a3aed39 100644
|
| --- a/base/atomicops_internals_x86_msvc.h
|
| +++ b/base/atomicops_internals_x86_msvc.h
|
| @@ -55,9 +55,6 @@ inline Atomic32 NoBarrier_AtomicIncrement(volatile Atomic32* ptr,
|
| return Barrier_AtomicIncrement(ptr, increment);
|
| }
|
|
|
| -#if !(defined(_MSC_VER) && _MSC_VER >= 1400)
|
| -#error "We require at least vs2005 for MemoryBarrier"
|
| -#endif
|
| inline void MemoryBarrier() {
|
| #if defined(ARCH_CPU_64_BITS)
|
| // See #undef and note at the top of this file.
|
|
|