From 9050881a77fe7ea40a6d444687c03ef15958d661 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 6 May 2016 20:18:07 -0400 Subject: [PATCH] zebra: Clean up some small static analysis warnings Signed-off-by: Donald Sharp Reviewed-by: Don Slice Reviewed-by: Daniel Walton --- zebra/interface.c | 1 - 1 file changed, 1 deletion(-) diff --git a/zebra/interface.c b/zebra/interface.c index 2efcbac571..c82b94503b 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -581,7 +581,6 @@ if_delete_connected (struct interface *ifp) next = anode->next; ifc = listgetdata (anode); - p = ifc->address; connected_down_ipv4 (ifp, ifc); /* XXX: We have to send notifications here explicitly, because we destroy -- 2.39.5