| Index: base/atomicops_internals_tsan.h
|
| diff --git a/base/atomicops_internals_tsan.h b/base/atomicops_internals_tsan.h
|
| index ede005db47694001c208387733e06b8339eeab76..47e1c357e455c187d83b8a0c0146427cf8be0fcb 100644
|
| --- a/base/atomicops_internals_tsan.h
|
| +++ b/base/atomicops_internals_tsan.h
|
| @@ -18,7 +18,6 @@
|
| struct AtomicOps_x86CPUFeatureStruct {
|
| bool has_amd_lock_mb_bug; // Processor has AMD memory-barrier bug; do lfence
|
| // after acquire compare-and-swap.
|
| - bool has_sse2; // Processor has SSE2.
|
| };
|
| BASE_EXPORT extern struct AtomicOps_x86CPUFeatureStruct
|
| AtomicOps_Internalx86CPUFeatures;
|
|
|