Removed unused vars
[libcds.git] / tests / unit / set2 / set_insdel_func.h
index df0ebc04e63c9912c27fb6bcdc6610644ab975ad..313ba0df5a00d41ff970fcc257870a5473134407 100644 (file)
@@ -184,9 +184,9 @@ namespace set2 {
                     , nModified(0)
                 {}
 
-                void operator()( bool bNew, keyval_type& val, size_t nKey )
+                void operator()( bool bNew, keyval_type& val, size_t /*nKey*/ )
                 {
-                    std::unique_lock<typename value_type::lock_type>    ac( val.val.m_access );
+                    std::unique_lock<typename value_type::lock_type> ac( val.val.m_access );
                     if ( !val.val.bInitialized )
                     {
                         val.val.nKey = val.key;