From 174d3891abcf7470fee32da66e04b92adbe3ea2f Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 10 Dec 2019 12:10:44 -0500 Subject: [PATCH] pimd: clear SA warning in pimd Remove a dead store in pim_upstream.c to clear up an SA warning. Signed-off-by: Mark Stapp --- pimd/pim_upstream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pimd/pim_upstream.c b/pimd/pim_upstream.c index ce26d2b398..a0387cdd4a 100644 --- a/pimd/pim_upstream.c +++ b/pimd/pim_upstream.c @@ -884,7 +884,6 @@ static struct pim_upstream *pim_upstream_new(struct pim_instance *pim, } if (up->rpf.source_nexthop.interface) { - pim_ifp = up->rpf.source_nexthop.interface->info; pim_upstream_mroute_iif_update(up->channel_oil, __func__); } -- 2.39.5