summaryrefslogtreecommitdiffstats
path: root/chromium/base/atomic_ref_count.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/atomic_ref_count.h')
-rw-r--r--chromium/base/atomic_ref_count.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/base/atomic_ref_count.h b/chromium/base/atomic_ref_count.h
index 553fab6a8c6..2ab72420020 100644
--- a/chromium/base/atomic_ref_count.h
+++ b/chromium/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_