diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2008-03-26 00:01:28 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2008-03-26 00:01:28 +0000 |
| commit | f7bc48ee3a738ec6edb3e7eedec753b106f945f9 (patch) | |
| tree | ff45d9c4a0855a69e0999507a73fedcae92fb77c /lib/dvb/pesparse.cpp | |
| parent | 93ff1a63d34e62db3f83779de962b13a0464500f (diff) | |
| download | enigma2-f7bc48ee3a738ec6edb3e7eedec753b106f945f9.tar.gz enigma2-f7bc48ee3a738ec6edb3e7eedec753b106f945f9.zip | |
remove unused variable 'i'
Diffstat (limited to 'lib/dvb/pesparse.cpp')
| -rw-r--r-- | lib/dvb/pesparse.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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) { |
