Removed unused vars
[libcds.git] / tests / test-hdr / ordered_list / hdr_intrusive_michael.h
index 606d7f34390f4da54858d81fde493bdbaf9693b9..52c717351c4421a34b4277019dc21ca44a0ba093 100644 (file)
@@ -173,7 +173,7 @@ namespace ordlist {
         struct ensure_functor
         {
             template <typename T>
-            void operator ()(bool bNew, T& item, T& val )
+            void operator ()(bool bNew, T& item, T& /*val*/ )
             {
                 if ( bNew )
                     ++item.s.nEnsureNewCall;
@@ -185,7 +185,7 @@ namespace ordlist {
         struct find_functor
         {
             template <typename T, typename Q>
-            void operator ()( T& item, Q& val )
+            void operator ()( T& item, Q& /*val*/ )
             {
                 ++item.s.nFindCall;
             }