Commit 3e723bec authored by David S. Miller's avatar David S. Miller

[IPV6]: Kill unused vars in mcast procfs code.

parent 123dd0e7
......@@ -2104,7 +2104,7 @@ static int ip6_mcf_read_proc(char *buffer, char **start, off_t offset,
for (imc=idev->mc_list; imc; imc=imc->next) {
struct ip6_sf_list *psf;
unsigned long icount, xcount, i;
unsigned long i;
spin_lock_bh(&imc->mca_lock);
for (psf=imc->mca_sources; psf; psf=psf->sf_next) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment