Remove unused vars
[libcds.git] / cds / container / skip_list_set_nogc.h
index d930dbb5e78fecafac9b73cd05bf6ae8517a0f4e..daf323c8d3b1280d704b2845949325f9c1639cc3 100644 (file)
@@ -310,6 +310,7 @@ namespace cds { namespace container {
         template <typename Q, typename Less>
         iterator find_with( Q const& key, Less pred ) const
         {
         template <typename Q, typename Less>
         iterator find_with( Q const& key, Less pred ) const
         {
+            CDS_UNUSED( pred );
             node_type * pNode = base_class::find_with( key, cds::details::predicate_wrapper< node_type, Less, key_accessor>() );
             if ( pNode )
                 return node_to_iterator( pNode );
             node_type * pNode = base_class::find_with( key, cds::details::predicate_wrapper< node_type, Less, key_accessor>() );
             if ( pNode )
                 return node_to_iterator( pNode );