aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-02-21 09:48:27 -0800
committerMarcoFalke <falke.marco@gmail.com>2020-02-21 10:06:27 -0800
commitfae86c38bca5c960462e53975314a0749db5d17d (patch)
treeab37c90ad339526d73e7680091bb28967c90a74a /build_msvc
parentfa9af06d91e9357e86863781746f0e78a509967e (diff)
downloadbitcoin-fae86c38bca5c960462e53975314a0749db5d17d.tar.xz
util: Remove unused MilliSleep
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/bitcoin_config.h6
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/"