From f36b8b5eeeec483e29b166918a4d719528b27207 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Tue, 25 Mar 2008 23:39:08 +0000 Subject: remove unused variable 'retry' --- lib/dvb/demux.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') 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"); -- cgit v1.2.3