vlib: refactor trajectory trace debug feature
[vpp.git] / src / vnet / buffer.h
index 00e9aa6..19585e2 100644 (file)
@@ -491,13 +491,6 @@ typedef struct
   {
     struct
     {
-#if VLIB_BUFFER_TRACE_TRAJECTORY > 0
-      /* buffer trajectory tracing */
-      u16 *trajectory_trace;
-#endif
-    };
-    struct
-    {
       u64 pad[1];
       u64 pg_replay_timestamp;
     };