diff options
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r-- | src/vnet/buffer.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 00e9aa698c6..19585e22506 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -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; }; |