From: Andreas Oberritter Date: Tue, 25 Mar 2008 23:39:08 +0000 (+0000) Subject: remove unused variable 'retry' X-Git-Tag: 2.6.0~1429 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f36b8b5eeeec483e29b166918a4d719528b27207?ds=sidebyside remove unused variable 'retry' --- diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp index 73cedc36..6a7e50db 100644 --- a/lib/dvb/demux.cpp +++ b/lib/dvb/demux.cpp @@ -632,7 +632,6 @@ RESULT eDVBTSRecorder::startPID(int pid) } m_pids[pid] = fd; #else - bool retry=false; while(true) { if (::ioctl(m_source_fd, DMX_ADD_PID, pid) < 0) { perror("DMX_ADD_PID");