src/eitd/sectionsd.cpp fix compil unused variable 'rs'

This commit is contained in:
Jacek Jendrzej
2013-02-20 21:13:52 +01:00
parent c5ef1bf14c
commit 1df14bd8af

View File

@@ -1365,8 +1365,8 @@ void CTimeThread::run()
if(!scanning)
sleep_time = 0;
real_pause();
int rs = Sleep();
#ifdef DEBUG_TIME_THREAD
int rs = Sleep();
xprintf("%s: wakeup, running %d scanning %d channel %llx reason %d\n",
name.c_str(), running, scanning, current_service, rs);
#endif