vlib: handoff rework
[vpp.git] / src / vlib / node.h
index a06c202..75a0adb 100644 (file)
@@ -765,7 +765,6 @@ typedef struct
 {
   CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
   u64 head;
-  u64 head_hint;
   u64 tail;
   u32 n_in_use;
   u32 nelts;