Skip to content

Commit ba9a8e6

Browse files
committed
test: Drop unused boost workaround
1 parent 207a228 commit ba9a8e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/system_tests.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
#include <univalue.h>
88

99
#ifdef ENABLE_EXTERNAL_SIGNER
10-
#if defined(WIN32) && !defined(__kernel_entry)
11-
// A workaround for boost 1.71 incompatibility with mingw-w64 compiler.
12-
// For details see https://github.com/bitcoin/bitcoin/pull/22348.
13-
#define __kernel_entry
14-
#endif
1510
#if defined(__GNUC__)
1611
// Boost 1.78 requires the following workaround.
1712
// See: https://github.com/boostorg/process/issues/235

0 commit comments

Comments
 (0)