aboutsummaryrefslogtreecommitdiff
path: root/src/test/system_tests.cpp
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-07-27 20:38:05 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-07-27 20:38:05 +0100
commitba9a8e6cc1d1e9746f74e8c75af5c6c0a49f25c3 (patch)
treeb8008873b7b9d1e7ddb8c6952e7a91eeb2c9577a /src/test/system_tests.cpp
parent207a22877330709e4462e6092c265ab55c8653ac (diff)
downloadbitcoin-ba9a8e6cc1d1e9746f74e8c75af5c6c0a49f25c3.tar.xz
test: Drop unused boost workaround
Diffstat (limited to 'src/test/system_tests.cpp')
-rw-r--r--src/test/system_tests.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/system_tests.cpp b/src/test/system_tests.cpp
index 3f5353b5a2..f160bb08a5 100644
--- a/src/test/system_tests.cpp
+++ b/src/test/system_tests.cpp
@@ -7,11 +7,6 @@
#include <univalue.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
#if defined(__GNUC__)
// Boost 1.78 requires the following workaround.
// See: https://github.com/boostorg/process/issues/235