diff --git a/console/executor.cpp b/console/executor.cpp index edd10488..24cdb930 100644 --- a/console/executor.cpp +++ b/console/executor.cpp @@ -30,18 +30,6 @@ #include #include -// 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 {