Removed dead sleep code (comment) in cSatipSectionFilterHandler::Action().

This commit is contained in:
Alexander Pipelka 2017-09-25 20:32:51 +02:00
parent 7e6b722747
commit 27e86dd3ea
1 changed files with 0 additions and 1 deletions

View File

@ -332,7 +332,6 @@ void cSatipSectionFilterHandler::Action(void)
mutexM.Lock();
while (Send()) ;
mutexM.Unlock();
//cCondWait::SleepMs(10); // to avoid busy loop and reduce cpu load
}
debug1("%s Exiting [device %d]", __PRETTY_FUNCTION__, deviceIndexM);
}