diff --git a/libraries/chain/include/eosio/chain/thread_utils.hpp b/libraries/chain/include/eosio/chain/thread_utils.hpp index b4e4d5a673..7164beaf41 100644 --- a/libraries/chain/include/eosio/chain/thread_utils.hpp +++ b/libraries/chain/include/eosio/chain/thread_utils.hpp @@ -25,7 +25,6 @@ namespace eosio { namespace chain { // Use instead of std::atomic when std::atomic does not support type template class large_atomic { - alignas(hardware_destructive_interference_size) mutable std::mutex mtx; T value{}; public: