TSan exam:
[libcds.git] / cds / container / msqueue.h
index 3292ff916c674d52d07e6b532470ec0da090aacb..1d355e97fc218f8d619a26beaf380fc8f04cf67b 100644 (file)
@@ -117,10 +117,7 @@ namespace cds { namespace container {
             {
                 void operator ()( node_type * pNode )
                 {
-                    // TSan false positive possible
-                    CDS_TSAN_ANNOTATE_IGNORE_WRITES_BEGIN;
                     cxx_allocator().Delete( pNode );
-                    CDS_TSAN_ANNOTATE_IGNORE_WRITES_END;
                 }
             };