Skip to content

Commit 62c8646

Browse files
committed
Merge bitcoin/bitcoin#25723: test: Drop unused boost workaround
ba9a8e6 test: Drop unused boost workaround (Hennadii Stepanov) Pull request description: This PR is a follow up of bitcoin/bitcoin#24065 and removes the workaround which has already been removed in other [places](https://github.com/bitcoin/bitcoin/pull/24065/files#diff-19427b0dd1a791adc728c82e88f267751ba4f1c751e19262cac03cccd2822216). Moreover, this workaround won't be required even if bitcoin/bitcoin#25696 is ever merged. ACKs for top commit: fanquake: ACK ba9a8e6 Tree-SHA512: db19fc1550252d7a82a08f388ff6078c78452365e74b41e7bc36cbbc4d0fed9342636e8f2371bb8e78c9d11ee721d6363bcc21d11787f3aac967a6c4a9cc346f
2 parents 207a228 + ba9a8e6 commit 62c8646

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)