diff options
author | fanquake <fanquake@gmail.com> | 2021-02-02 10:57:06 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-02-02 12:38:22 +0800 |
commit | 06e1d7d81d5a56d136c6fc88f09a2b0654a164f9 (patch) | |
tree | 4d6efe9dc06eeac5cd45778576c359d7649ab240 /build_msvc/bitcoin_config.h | |
parent | 7097add83c8596f81be9edd66971ffd2486357eb (diff) |
build: don't build or use Boost Thread
Diffstat (limited to 'build_msvc/bitcoin_config.h')
-rw-r--r-- | build_msvc/bitcoin_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index 53aead38b5..23c554e396 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -56,9 +56,6 @@ /* define if the Boost::System library is available */ #define HAVE_BOOST_SYSTEM /**/ -/* define if the Boost::Thread library is available */ -#define HAVE_BOOST_THREAD /**/ - /* define if the Boost::Unit_Test_Framework library is available */ #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/ |