diff options
Diffstat (limited to 'src/plugins/gtpu/gtpu.h')
-rw-r--r-- | src/plugins/gtpu/gtpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/gtpu/gtpu.h b/src/plugins/gtpu/gtpu.h index 59e340148fb..72d09232001 100644 --- a/src/plugins/gtpu/gtpu.h +++ b/src/plugins/gtpu/gtpu.h @@ -237,9 +237,7 @@ typedef struct vnet_main_t *vnet_main; u32 flow_id_start; /* cache for last 8 gtpu tunnel */ -#ifdef CLIB_HAVE_VEC512 vtep4_cache_t vtep4_u512; -#endif } gtpu_main_t; |