Remove unused vars
[libcds.git] / cds / container / michael_list_nogc.h
index 3c57529f2a915c47149c3d2ace435d2b85f890a4..dc7092c9b360a1e4d1cd0fa4dc1d9ac60d9f5d6a 100644 (file)
@@ -340,6 +340,7 @@ namespace cds { namespace container {
         template <typename Q, typename Less>
         iterator find_with( Q const& key, Less pred )
         {
+            CDS_UNUSED( pred );
             return node_to_iterator( find_at( head(), key, typename maker::template less_wrapper<Less>::type() ) );
         }