Index: tools/valgrind/tsan/ignores.txt |
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt |
index e3f647623e756da48ef723e7141709b9b579a8b4..1517faf07732682fdfaebb9da5fb39695457c465 100644 |
--- a/tools/valgrind/tsan/ignores.txt |
+++ b/tools/valgrind/tsan/ignores.txt |
@@ -97,9 +97,3 @@ fun_r:threadLockingTest |
# There is a benign race which is hard to suppress properly, |
# see http://crbug.com/44580 |
fun_r:*ChromeThread*GetCurrentThreadIdentifier* |
- |
-# Ignore accesses in talk_base::CriticalSection::CurrentThreadIsOwner() |
-# There is a benign race but we don't have dynamic_annotations in libjingle |
-# so we ignore the function instead of annotating it (for now). |
-# See http://crbug.com/53766 |
-fun:*talk_base*CriticalSection*CurrentThreadIsOwner* |