From 27e86dd3ea2f709ed2c2ef84e84199e680e94c73 Mon Sep 17 00:00:00 2001 From: Alexander Pipelka Date: Mon, 25 Sep 2017 20:32:51 +0200 Subject: [PATCH] Removed dead sleep code (comment) in cSatipSectionFilterHandler::Action(). --- sectionfilter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sectionfilter.c b/sectionfilter.c index a77643d..89e6a9b 100644 --- a/sectionfilter.c +++ b/sectionfilter.c @@ -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); }