From 6777cc22570e8a3def3a35924a172d537bfb006f Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 22 Dec 2015 14:45:35 +0300 Subject: [PATCH] Removed wrong assertion --- cds/intrusive/mspriority_queue.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cds/intrusive/mspriority_queue.h b/cds/intrusive/mspriority_queue.h index 422bdd20..5ba498ab 100644 --- a/cds/intrusive/mspriority_queue.h +++ b/cds/intrusive/mspriority_queue.h @@ -309,8 +309,6 @@ namespace cds { namespace intrusive { std::swap( refTop.m_pVal, pVal ); refTop.m_nTag = tag_type( Available ); - assert( nBottom > 1 ); - // refTop will be unlocked inside heapify_after_pop heapify_after_pop( 1, &refTop ); -- 2.34.1