diff options
author | Damjan Marion <damarion@cisco.com> | 2022-03-11 14:57:42 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2022-03-11 15:02:09 +0100 |
commit | 9652177bc12171bb7141ef7a92e0053204f7ed87 (patch) | |
tree | c8a23d8beb8803094e502f7f3a392212a8bf6db3 /src/vlib/node.h | |
parent | 62d656ace95ea5002c6c5c8e2eddb2901d38ab6f (diff) |
vlib: remoove unused field
Type: refactor
Change-Id: Ieb7a595e40d801af5349c83b128fa92c7698a346
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib/node.h')
-rw-r--r-- | src/vlib/node.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |