std::map::find triggers this assert on purpose. So, the assert is wrong.

This commit is contained in:
Mathieu Lacage
2006-12-11 19:14:24 +01:00
parent 5540a3de6d
commit a29dd08cd0

View File

@@ -35,7 +35,6 @@ Scheduler::~Scheduler ()
bool
Scheduler::EventKeyCompare::operator () (struct EventKey a, struct EventKey b)
{
assert (a.m_uid != b.m_uid);
if (a.m_ns < b.m_ns)
{
return true;