aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-02-02 10:18:39 +0800
committerfanquake <fanquake@gmail.com>2021-02-02 12:38:10 +0800
commit7097add83c8596f81be9edd66971ffd2486357eb (patch)
tree1af4cb36f08fc0f96138191f9bc66e4d10638460 /test/lint
parent8e55981ef834490c438436719f95cbaf888c4914 (diff)
downloadbitcoin-7097add83c8596f81be9edd66971ffd2486357eb.tar.xz
refactor: replace Boost shared_mutex with std shared_mutex in sigcache
Co-authored-by: MarcoFalke falke.marco@gmail.com Co-authored-by: sinetek pitwuu@gmail.com
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-includes.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh
index 6623f9ce4c..a3c8f33e79 100755
--- a/test/lint/lint-includes.sh
+++ b/test/lint/lint-includes.sh
@@ -67,8 +67,6 @@ EXPECTED_BOOST_INCLUDES=(
boost/signals2/optional_last_value.hpp
boost/signals2/signal.hpp
boost/test/unit_test.hpp
- boost/thread/lock_types.hpp
- boost/thread/shared_mutex.hpp
)
for BOOST_INCLUDE in $(git grep '^#include <boost/' -- "*.cpp" "*.h" | cut -f2 -d: | cut -f2 -d'<' | cut -f1 -d'>' | sort -u); do