Removed TSan annotations, tuned memory ordering
[libcds.git] / cds / urcu / details / gpt.h
index 84d2c1a83ae6ebd78d051b77fecbeb2264cfcc26..30bb1ebb0eaceff60ec99cac5361b4ad3d1420df 100644 (file)
@@ -114,9 +114,7 @@ namespace cds { namespace urcu {
             if ( !bPushed || m_Buffer.size() >= capacity() ) {
                 synchronize();
                 if ( !bPushed ) {
-                    CDS_TSAN_ANNOTATE_IGNORE_RW_BEGIN;
                     p.free();
-                    CDS_TSAN_ANNOTATE_IGNORE_RW_END;
                 }
                 return true;
             }