Skip to content

Commit 923d7b3

Browse files
committed
Remove mask check
1 parent 0cfd572 commit 923d7b3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • include/boost/container/experimental

include/boost/container/experimental/nest.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ _mm_prefetch(static_cast<const char*>(static_cast<const void*>(boost::movelib::t
134134

135135
#define BOOST_CONTAINER_NEST_PREFETCH_BLOCK_NTH(pbb, N) \
136136
do{ \
137-
if(BOOST_LIKELY(pbb->mask != 0))\
138137
BOOST_CONTAINER_NEST_PREFETCH(static_cast<block_type&>(*(pbb)).data() + (N));\
139138
} while(0)\
140139
//

0 commit comments

Comments
 (0)