diff options
author | Michael Hunold <devnull@localhost> | 2003-12-26 22:30:48 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-12-26 22:30:48 +0000 |
commit | 569a34c826a28a028da6547d1a15716d9b69e586 (patch) | |
tree | 14a8f998f89ba061f6926ace2162591620b80ab4 /linux | |
parent | e6325c3545525ac56f13c045a3e93f2a37c54d4e (diff) | |
download | mediapointer-dvb-s2-569a34c826a28a028da6547d1a15716d9b69e586.tar.gz mediapointer-dvb-s2-569a34c826a28a028da6547d1a15716d9b69e586.tar.bz2 |
- remove unused variable
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/skystar2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/b2c2/skystar2.c b/linux/drivers/media/dvb/b2c2/skystar2.c index 4d27ee16a..11474de36 100644 --- a/linux/drivers/media/dvb/b2c2/skystar2.c +++ b/linux/drivers/media/dvb/b2c2/skystar2.c @@ -1229,7 +1229,7 @@ static int add_pid(struct adapter *adapter, u16 pid) /* Removes a PID from the filters. */ static int remove_pid(struct adapter *adapter, u16 pid) { - int i, j; + int i; dprintk("%s: pid=%d\n", __FUNCTION__, pid); |