remove unused variable 'retry'
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 25 Mar 2008 23:39:08 +0000 (23:39 +0000)
committerAndreas Oberritter <obi@opendreambox.org>
Tue, 25 Mar 2008 23:39:08 +0000 (23:39 +0000)
lib/dvb/demux.cpp

index 73cedc3..6a7e50d 100644 (file)
@@ -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");