diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-02-21 09:48:27 -0800 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-02-21 10:06:27 -0800 |
commit | fae86c38bca5c960462e53975314a0749db5d17d (patch) | |
tree | ab37c90ad339526d73e7680091bb28967c90a74a /build_msvc/bitcoin_config.h | |
parent | fa9af06d91e9357e86863781746f0e78a509967e (diff) |
util: Remove unused MilliSleep
Diffstat (limited to 'build_msvc/bitcoin_config.h')
-rw-r--r-- | build_msvc/bitcoin_config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build_msvc/bitcoin_config.h b/build_msvc/bitcoin_config.h index 3178f2a3d8..47c0a5f407 100644 --- a/build_msvc/bitcoin_config.h +++ b/build_msvc/bitcoin_config.h @@ -258,12 +258,6 @@ /* Define if the visibility attribute is supported. */ #define HAVE_VISIBILITY_ATTRIBUTE 1 -/* Define this symbol if boost sleep works */ -/* #undef HAVE_WORKING_BOOST_SLEEP */ - -/* Define this symbol if boost sleep_for works */ -#define HAVE_WORKING_BOOST_SLEEP_FOR 1 - /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" |