diff options
author | fanquake <fanquake@gmail.com> | 2020-03-05 10:04:47 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2020-03-07 08:34:31 +0800 |
commit | bd37f2bc26158f85ef1ab73b9ca1fc0da8ea562a (patch) | |
tree | ce8d2f114f472f3f3d71bd3727ddcdaabb3b9b10 /build_msvc | |
parent | 1d0a87e712a6253ef3f9b06a9611fd8e113401d2 (diff) |
build: remove Boost Chrono detection from build system
Diffstat (limited to 'build_msvc')
-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 47c0a5f407..ea304dc9fc 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -47,9 +47,6 @@ /* define if the Boost library is available */ #define HAVE_BOOST /**/ -/* define if the Boost::Chrono library is available */ -#define HAVE_BOOST_CHRONO /**/ - /* define if the Boost::Filesystem library is available */ #define HAVE_BOOST_FILESYSTEM /**/ |