X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/0fb354eb517927bd6c8465523800e6ee398a1db7..f3cc59418747658a3d8c6f3b75052567e32389d7:/lib/dvb/demux.cpp 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");