Removed unused vars
[libcds.git] / cds / intrusive / ellen_bintree_rcu.h
index cdaa96ea593cea4f3cddfb79c545295a54bf51e3..c0cc2ff37faf6ca7e0d136ec162546ab1b4ef54c 100644 (file)
@@ -1305,7 +1305,7 @@ namespace cds { namespace intrusive {
             return false;
         }
 
-        void help( update_ptr pUpdate, retired_list& rl )
+        void help( update_ptr /*pUpdate*/, retired_list& /*rl*/ )
         {
             /*
             switch ( pUpdate.bits() ) {
@@ -1642,7 +1642,7 @@ namespace cds { namespace intrusive {
         }
 
         template <typename Q, typename Less>
-        value_type * extract_with_( Q const& val, Less pred )
+        value_type * extract_with_( Q const& val, Less /*pred*/ )
         {
             CDS_UNUSED( pred );
             typedef ellen_bintree::details::compare<
@@ -1849,7 +1849,7 @@ namespace cds { namespace intrusive {
         }
 
         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<