diff --git a/include/boost/interprocess/ipc/message_queue.hpp b/include/boost/interprocess/ipc/message_queue.hpp index 279c2ad..2a26a45 100644 --- a/include/boost/interprocess/ipc/message_queue.hpp +++ b/include/boost/interprocess/ipc/message_queue.hpp @@ -509,7 +509,6 @@ class mq_hdr_t //Check where the free message should be placed it = this->lower_bound(dummy_ptr, static_cast&>(*this)); } - assert(0); } //Insert the free message in the correct position return this->insert_at(it);