X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Fip%2Flookup.h;h=97f776cb09dda40dce887b75442e6ca4705dd100;hb=6c3ebcc2bfd36a5835a99225ad667e4403293ffb;hp=a21e181098300730bc83ee6951b28c44c953eac7;hpb=5499b1968e1d12b736dd3e30b8fb2b69a300128f;p=vpp.git diff --git a/vnet/vnet/ip/lookup.h b/vnet/vnet/ip/lookup.h index a21e1810983..97f776cb09d 100644 --- a/vnet/vnet/ip/lookup.h +++ b/vnet/vnet/ip/lookup.h @@ -173,8 +173,6 @@ typedef void (*adj_midchain_fixup_t)(vlib_main_t * vm, */ typedef struct ip_adjacency_t_ { CLIB_CACHE_LINE_ALIGN_MARK(cacheline0); - /* Handle for this adjacency in adjacency heap. */ - u32 heap_handle; /** Number of adjecencies in block. Greater than 1 means multipath; otherwise equal to 1. */ @@ -399,8 +397,6 @@ ip_get_adjacency (ip_lookup_main_t * lm, adj = vec_elt_at_index (lm->adjacency_heap, adj_index); - ASSERT (adj->heap_handle != ~0); - return adj; }