diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-08-21 09:25:07 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-09-24 06:55:34 +0300 |
commit | bb6fcc75d1ec94b733d1477c816351c50be5faf9 (patch) | |
tree | a9a00f07504cb9f41f521ce2f46662c6404b5e53 /test/lint | |
parent | 6784ac471bb32b6bb8e2de60986f123eb4990706 (diff) |
refactor: Drop boost::thread stuff in CCheckQueue
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/lint-includes.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-includes.sh b/test/lint/lint-includes.sh index fde77aea2d..e688590445 100755 --- a/test/lint/lint-includes.sh +++ b/test/lint/lint-includes.sh @@ -69,7 +69,6 @@ EXPECTED_BOOST_INCLUDES=( boost/signals2/signal.hpp boost/test/unit_test.hpp boost/thread/condition_variable.hpp - boost/thread/mutex.hpp boost/thread/shared_mutex.hpp boost/thread/thread.hpp boost/variant.hpp |