diff options
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 |