| Index: base/atomic_ref_count.h
|
| diff --git a/base/atomic_ref_count.h b/base/atomic_ref_count.h
|
| index 553fab6a8c65b65a3436edd2c80dfb68653bd172..2ab724200203f23c3098190b3747ef9894baaaa1 100644
|
| --- a/base/atomic_ref_count.h
|
| +++ b/base/atomic_ref_count.h
|
| @@ -4,9 +4,6 @@
|
|
|
| // This is a low level implementation of atomic semantics for reference
|
| // counting. Please use base/memory/ref_counted.h directly instead.
|
| -//
|
| -// The implementation includes annotations to avoid some false positives
|
| -// when using data race detection tools.
|
|
|
| #ifndef BASE_ATOMIC_REF_COUNT_H_
|
| #define BASE_ATOMIC_REF_COUNT_H_
|
|
|