diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-04-14 06:57:38 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-04-14 06:56:59 +0200 |
commit | fadea0bf371a38620b7f1f93f87d1da76d3314e0 (patch) | |
tree | 47134adc4ed6438a0f204efaf3c1b3694307d5b3 /test | |
parent | fadbd9988590ba94e3fd2d87d773f3b09d73ef46 (diff) |
Revert "test: Add tsan supp for leveldb::DBImpl::DeleteObsoleteFiles"
I can no longer observe the need for this suppression.
This reverts commit fa1fc536bb26471fd2a6fe8d12f98cf53c646306.
Diffstat (limited to 'test')
-rw-r--r-- | test/sanitizer_suppressions/tsan | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index b75c015f61..e2c79d56c5 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -9,7 +9,6 @@ race:WalletBatch::WriteHDChain race:BerkeleyBatch race:BerkeleyDatabase race:DatabaseBatch -race:leveldb::DBImpl::DeleteObsoleteFiles race:zmq::* race:bitcoin-qt |