removed assert
This commit is contained in:
parent
a032a4dae6
commit
d3a9c2c556
|
@ -169,7 +169,6 @@ protected:
|
||||||
mt::mutexlocker locker(&(this->heap_lock));
|
mt::mutexlocker locker(&(this->heap_lock));
|
||||||
|
|
||||||
//2 we have some element not in the upper caches (heap.size() > 0
|
//2 we have some element not in the upper caches (heap.size() > 0
|
||||||
assert(this->heap.size());
|
|
||||||
if(this->heap.size()) {
|
if(this->heap.size()) {
|
||||||
Token &last = this->heap.min();
|
Token &last = this->heap.min();
|
||||||
int itemsize = size(&last);
|
int itemsize = size(&last);
|
||||||
|
|
Loading…
Reference in New Issue