Merge pull request #4742 from yandex/remove-wtf-code-tsan

Removed WTF code
This commit is contained in:
alexey-milovidov 2019-03-21 00:59:54 +03:00 committed by GitHub
commit f571918fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,8 +169,6 @@ RWLockImpl::LockHolderImpl::~LockHolderImpl()
if (!parent_queue.empty())
parent_queue.front().cv.notify_all();
}
parent.reset();
}