summaryrefslogtreecommitdiffstats
path: root/base/atomic_ref_count.h
diff options
context:
space:
mode:
authorglider <glider@chromium.org>2015-04-29 09:33:59 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-29 16:34:23 +0000
commitbe2c8260e16aa3212baac8c70e4e9445bb265654 (patch)
tree6ff38ca89664bc812b142c4be2de717efd5d4b89 /base/atomic_ref_count.h
parent4401aa59eab219cf6f9c040ee23a8fc80b3efbaf (diff)
downloadchromium_src-be2c8260e16aa3212baac8c70e4e9445bb265654.zip
chromium_src-be2c8260e16aa3212baac8c70e4e9445bb265654.tar.gz
chromium_src-be2c8260e16aa3212baac8c70e4e9445bb265654.tar.bz2
Remove a comment which is no longer valid. NFC.
TBR=danakj@chromium.org BUG=None Review URL: https://codereview.chromium.org/1115693002 Cr-Commit-Position: refs/heads/master@{#327505}
Diffstat (limited to 'base/atomic_ref_count.h')
-rw-r--r--base/atomic_ref_count.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/atomic_ref_count.h b/base/atomic_ref_count.h
index 553fab6..2ab7242 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_