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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 1df14bd8af
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-02-20 (Wed, 20 Feb 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2013-02-20 21:13:52 +01:00
parent a6df33802b
commit 857fb1d1b3

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