Remove unused vars
[libcds.git] / tests / test-hdr / map / hdr_striped_hashmap_boost_unordered_map.cpp
index 92bfba96467ba824b078c0d17146e3c227198b4a..412fca1474a665f02ff9ce638b038e4c76740560 100644 (file)
@@ -13,7 +13,7 @@ namespace map {
         struct my_copy_policy {
             typedef map_t::iterator iterator;
 
-            void operator()( map_t& m, iterator itInsert, iterator itWhat )
+            void operator()( map_t& m, iterator /*itInsert*/, iterator itWhat )
             {
                 m.insert( std::make_pair(itWhat->first, itWhat->second ) );
             }