From: Robert Shearman Date: Fri, 26 Feb 2021 11:24:48 +0000 (+0000) Subject: marvell: remove unused variable X-Git-Tag: v21.10-rc0~432 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F57%2F31457%2F2;p=vpp.git marvell: remove unused variable Fix compile error in mrvl_pp2_delete_if caused by unused variable by removing that variable. Type: fix Fixes: b85b0df2a039b694fb2f3c09a01decfb89d7bce2 Change-Id: I819bcfbfdbd0f85cc42be953be63ef124520852c Signed-off-by: Robert Shearman --- diff --git a/src/plugins/marvell/pp2/pp2.c b/src/plugins/marvell/pp2/pp2.c index a92b35c4d8b..dfe5c157018 100644 --- a/src/plugins/marvell/pp2/pp2.c +++ b/src/plugins/marvell/pp2/pp2.c @@ -120,7 +120,6 @@ mrvl_pp2_delete_if (mrvl_pp2_if_t * ppif) mrvl_pp2_main_t *ppm = &mrvl_pp2_main; mrvl_pp2_outq_t *outq; mrvl_pp2_inq_t *inq; - int i; if (ppif->hw_if_index != ~0) ethernet_delete_interface (vnm, ppif->hw_if_index);