diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2008-03-25 23:39:08 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2008-03-25 23:39:08 +0000 |
| commit | f36b8b5eeeec483e29b166918a4d719528b27207 (patch) | |
| tree | 98be0315740457f6f30f4ea9ec6f91164ae531fd /lib/dvb/demux.cpp | |
| parent | 1ba858ae812289da65cad37cbedcf2ae4bc0f6c3 (diff) | |
| download | enigma2-f36b8b5eeeec483e29b166918a4d719528b27207.tar.gz enigma2-f36b8b5eeeec483e29b166918a4d719528b27207.zip | |
remove unused variable 'retry'
Diffstat (limited to 'lib/dvb/demux.cpp')
| -rw-r--r-- | lib/dvb/demux.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |
