From 7fe96307ee288bd28a54ba4ddfa559a1cf07bb7f Mon Sep 17 00:00:00 2001 From: "F. Aragon" Date: Thu, 13 Sep 2018 17:37:08 +0200 Subject: bgpd lib ospf6d pbrd tests zebra: shadowing fixes This fixes all remaining local variable shadowing cases Signed-off-by: F. Aragon --- tests/lib/test_srcdest_table.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/lib/test_srcdest_table.c') diff --git a/tests/lib/test_srcdest_table.c b/tests/lib/test_srcdest_table.c index e717da15b3..70db69aadf 100644 --- a/tests/lib/test_srcdest_table.c +++ b/tests/lib/test_srcdest_table.c @@ -289,7 +289,6 @@ static void test_state_verify(struct test_state *test) expected_lock++; if (rn->lock != expected_lock) { - const struct prefix_ipv6 *dst_p, *src_p; srcdest_rnode_prefixes( rn, (const struct prefix **)&dst_p, (const struct prefix **)&src_p); -- cgit v1.2.3