Commit 00295aaf authored by David S. Miller's avatar David S. Miller

[NETFILTER]: Kill unused var in nf_reinject.

parent ce0041ef
...@@ -534,7 +534,6 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info, ...@@ -534,7 +534,6 @@ void nf_reinject(struct sk_buff *skb, struct nf_info *info,
unsigned int verdict) unsigned int verdict)
{ {
struct list_head *elem = &info->elem->list; struct list_head *elem = &info->elem->list;
struct list_head *i;
/* We don't have BR_NETPROTO_LOCK here */ /* We don't have BR_NETPROTO_LOCK here */
br_read_lock_bh(BR_NETPROTO_LOCK); br_read_lock_bh(BR_NETPROTO_LOCK);
......
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