vlib: refactor trajectory trace debug feature
[vpp.git] / src / vnet / devices / af_packet / node.c
index 9f1782e..16cd69a 100644 (file)
@@ -332,7 +332,6 @@ af_packet_device_input_fn (vlib_main_t * vm, vlib_node_runtime_t * node,
            }
 
          /* trace */
-         VLIB_BUFFER_TRACE_TRAJECTORY_INIT (first_b0);
          if (PREDICT_FALSE
              (n_trace > 0 && vlib_trace_buffer (vm, node, next0, first_b0,
                                                 /* follow_chain */ 0)))