From 7f6bd24f7217026131f6b8e1e55f92d2955c883b Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 8 Apr 2019 02:37:40 -0700 Subject: vlib-punt: fix error node counting Change-Id: I271aa8b8f4917c187ad52db774e4ad26677e2b82 Signed-off-by: Neale Ranns --- src/plugins/unittest/punt_test.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/unittest') diff --git a/src/plugins/unittest/punt_test.c b/src/plugins/unittest/punt_test.c index 3806dae88a3..4a7503687db 100644 --- a/src/plugins/unittest/punt_test.c +++ b/src/plugins/unittest/punt_test.c @@ -30,11 +30,6 @@ typedef struct punt_trace_t_ vlib_punt_reason_t pt_reason; } punt_trace_t; -/** - * Per-thread clone vectors - */ -u32 **punt_clones; - #define SW_IF_INDEX_PG0 1 #define SW_IF_INDEX_PG1 2 -- cgit 1.2.3-korg