mirror of
https://github.com/rofafor/vdr-plugin-satip.git
synced 2023-10-10 13:37:42 +02:00
Removed dead sleep code (comment) in cSatipSectionFilterHandler::Action().
This commit is contained in:
parent
7e6b722747
commit
27e86dd3ea
@ -332,7 +332,6 @@ void cSatipSectionFilterHandler::Action(void)
|
|||||||
mutexM.Lock();
|
mutexM.Lock();
|
||||||
while (Send()) ;
|
while (Send()) ;
|
||||||
mutexM.Unlock();
|
mutexM.Unlock();
|
||||||
//cCondWait::SleepMs(10); // to avoid busy loop and reduce cpu load
|
|
||||||
}
|
}
|
||||||
debug1("%s Exiting [device %d]", __PRETTY_FUNCTION__, deviceIndexM);
|
debug1("%s Exiting [device %d]", __PRETTY_FUNCTION__, deviceIndexM);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user