From: Andreas Oberritter Date: Wed, 26 Mar 2008 00:01:28 +0000 (+0000) Subject: remove unused variable 'i' X-Git-Tag: 2.6.0~1423 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f7bc48ee3a738ec6edb3e7eedec753b106f945f9 remove unused variable 'i' --- diff --git a/lib/dvb/pesparse.cpp b/lib/dvb/pesparse.cpp index da50c040..b0352fe6 100644 --- a/lib/dvb/pesparse.cpp +++ b/lib/dvb/pesparse.cpp @@ -20,8 +20,6 @@ void ePESParser::setStreamID(unsigned char id, unsigned char id_mask) void ePESParser::processData(const __u8 *p, int len) { - int i; - /* this is a state machine, handling arbitary amounts of pes-formatted data. */ while (len) {