Skip to content

Commit

Permalink
test: Drop unused boost workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 27, 2022
1 parent 207a228 commit ba9a8e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/system_tests.cpp
Expand Up @@ -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
Expand Down

0 comments on commit ba9a8e6

Please sign in to comment.