From 9652177bc12171bb7141ef7a92e0053204f7ed87 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Fri, 11 Mar 2022 14:57:42 +0100 Subject: vlib: remoove unused field Type: refactor Change-Id: Ieb7a595e40d801af5349c83b128fa92c7698a346 Signed-off-by: Damjan Marion --- src/vlib/node.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vlib/node.h') diff --git a/src/vlib/node.h b/src/vlib/node.h index 2d4aa77a61f..296d1832841 100644 --- a/src/vlib/node.h +++ b/src/vlib/node.h @@ -503,8 +503,6 @@ typedef struct vlib_node_runtime_t zero before first run of this node. */ - u16 thread_index; /**< thread this node runs on */ - u8 runtime_data[0]; /**< Function dependent node-runtime data. This data is thread local, and it is not -- cgit 1.2.3-korg