From 07269321f38e46e9e02f16d7cd135ea90692638d Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 22 Dec 2020 11:55:04 +0800 Subject: build: remove Boost::system usage --- build_msvc/bitcoin_config.h.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'build_msvc/bitcoin_config.h.in') diff --git a/build_msvc/bitcoin_config.h.in b/build_msvc/bitcoin_config.h.in index 856982ef93..c5ed6eb903 100644 --- a/build_msvc/bitcoin_config.h.in +++ b/build_msvc/bitcoin_config.h.in @@ -47,9 +47,6 @@ /* define if external signer support is enabled (requires Boost::Process) */ #define ENABLE_EXTERNAL_SIGNER /**/ -/* define if the Boost::System library is available */ -#define HAVE_BOOST_SYSTEM /**/ - /* define if the Boost::Unit_Test_Framework library is available */ #define HAVE_BOOST_UNIT_TEST_FRAMEWORK /**/ -- cgit v1.2.3