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 73cedc36fe3321f20b7253e889e84354a4763e47..6a7e50db4cd6c53cc5da7973d6eb4a75be5364f6 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");