Skip to content

Commit

Permalink
Move have/with defines to system.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 22, 2024
1 parent 677d56a commit e981e83
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions console/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@
#include <boost/format.hpp>
#include <bitcoin/node.hpp>

// for do_hardware
#ifdef HAVE_XCPU
constexpr auto with_xcpu = true;
#else
constexpr auto with_xcpu = false;
#endif
#ifdef HAVE_ARM
constexpr auto with_arm = true;
#else
constexpr auto with_arm = false;
#endif

namespace libbitcoin {
namespace node {

Expand Down

0 comments on commit e981e83

Please sign in to comment.