summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/fib_trie.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index 6544f1a..0131f36 100644
--- a/net/ipv4/fib_trie.c
+++ b/net/ipv4/fib_trie.c
@@ -1568,8 +1568,6 @@ void fib_table_flush_external(struct fib_table *tb)
struct fib_alias *fa;
struct tnode *n, *pn;
unsigned long cindex;
- unsigned char slen;
- int found = 0;
n = rcu_dereference(t->trie);
if (!n)