aboutsummaryrefslogtreecommitdiff
path: root/src/util/system.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-01-13 21:07:44 +0800
committerfanquake <fanquake@gmail.com>2022-01-15 10:02:04 +0800
commite2ab9f83f8655bf09ea392beeee36b2bbe29769b (patch)
treecc33ec945f3e73bf91190dd61ccad13cb4e6ccb2 /src/util/system.cpp
parent807169e10b4a18324356ed6ee4d69587b96a7c70 (diff)
downloadbitcoin-e2ab9f83f8655bf09ea392beeee36b2bbe29769b.tar.xz
build: disable external signer on Windows
Diffstat (limited to 'src/util/system.cpp')
-rw-r--r--src/util/system.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/system.cpp b/src/util/system.cpp
index 8f35b7b6c6..e34cdc7fb9 100644
--- a/src/util/system.cpp
+++ b/src/util/system.cpp
@@ -6,11 +6,6 @@
#include <util/system.h>
#ifdef ENABLE_EXTERNAL_SIGNER
-#if defined(WIN32) && !defined(__kernel_entry)
-// A workaround for boost 1.71 incompatibility with mingw-w64 compiler.
-// For details see https://github.com/bitcoin/bitcoin/pull/22348.
-#define __kernel_entry
-#endif
#include <boost/process.hpp>
#endif // ENABLE_EXTERNAL_SIGNER