Removed incorrect assert(0) introduced when resolving #9221

[SVN r86317]
This commit is contained in:
Ion Gaztañaga
2013-10-15 08:54:28 +00:00
parent a4ce866747
commit b91dd9efbc

View File

@@ -509,7 +509,6 @@ class mq_hdr_t
//Check where the free message should be placed
it = this->lower_bound(dummy_ptr, static_cast<priority_functor<VoidPointer>&>(*this));
}
assert(0);
}
//Insert the free message in the correct position
return this->insert_at(it);