Merge commit 'origin/bug_449_fix_wlan_usbstick_recognition'
[enigma2.git] / lib / dvb / pesparse.cpp
index da50c0400b8f51394a17b4e51dd5a5a227de93d7..b0352fe60faa7f20e72bab1b8c881fe0dc04f320 100644 (file)
@@ -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)
        {