Removed unused vars
[libcds.git] / cds / intrusive / impl / ellen_bintree.h
index dbcafc1170e143c3357481cc3756b9181c38b359..37ec5bf57658898d5809cb0ad4e7d1b03e303806 100644 (file)
@@ -1337,7 +1337,7 @@ namespace cds { namespace intrusive {
         }
 
         template <typename Q, typename Less>
         }
 
         template <typename Q, typename Less>
-        bool extract_with_( typename guarded_ptr::native_guard& guard, Q const& key, Less pred )
+        bool extract_with_( typename guarded_ptr::native_guard& guard, Q const& key, Less /*pred*/ )
         {
             CDS_UNUSED( pred );
             typedef ellen_bintree::details::compare<
         {
             CDS_UNUSED( pred );
             typedef ellen_bintree::details::compare<
@@ -1469,7 +1469,7 @@ namespace cds { namespace intrusive {
         }
 
         template <typename Q, typename Less, typename Func>
         }
 
         template <typename Q, typename Less, typename Func>
-        bool find_with_( Q& val, Less pred, Func f ) const
+        bool find_with_( Q& val, Less /*pred*/, Func f ) const
         {
             CDS_UNUSED( pred );
             typedef ellen_bintree::details::compare<
         {
             CDS_UNUSED( pred );
             typedef ellen_bintree::details::compare<