bools are bools

This commit is contained in:
Mathieu Lacage
2012-04-01 09:47:33 -04:00
parent 7144aea37b
commit 365de5d1fa

View File

@@ -95,7 +95,7 @@ void
RealtimeSimulatorImpl::DoDispose (void)
{
NS_LOG_FUNCTION_NOARGS ();
while (m_events->IsEmpty () == false)
while (!m_events->IsEmpty ())
{
Scheduler::Event next = m_events->RemoveNext ();
next.impl->Unref ();