removed assert

This commit is contained in:
Federico Ponchio 2012-01-09 13:43:27 +00:00
parent a032a4dae6
commit d3a9c2c556
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ protected:
mt::mutexlocker locker(&(this->heap_lock));
//2 we have some element not in the upper caches (heap.size() > 0
assert(this->heap.size());
if(this->heap.size()) {
Token &last = this->heap.min();
int itemsize = size(&last);