stress-test set/map: use hash_size option for FeldmanHashSet/Map
[libcds.git] / test / stress / map / delodd / map_delodd.h
index e2ea79ac3ab3cb47dc3a66e5bb6dfe682cf2493a..af0c76de3254cd7abb93f04bce0072d05dff0d99 100644 (file)
@@ -37,18 +37,15 @@ namespace map {
         {
             uint32_t  nKey;
             uint16_t  nThread;
-            uint16_t  pad_;
 
             key_thread( size_t key, size_t threadNo )
                 : nKey( static_cast<uint32_t>(key))
                 , nThread( static_cast<uint16_t>(threadNo))
-                , pad_(0)
             {}
 
             key_thread()
                 : nKey()
                 , nThread()
-                , pad_( 0 )
             {}
         };