From f7bc48ee3a738ec6edb3e7eedec753b106f945f9 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Wed, 26 Mar 2008 00:01:28 +0000 Subject: [PATCH 1/1] remove unused variable 'i' --- lib/dvb/pesparse.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/dvb/pesparse.cpp b/lib/dvb/pesparse.cpp index da50c04..b0352fe 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) { -- 2.7.4