Adj: VFTs for adjacency sub-blocks
[vpp.git] / src / vnet / adj / adj_delegate.c
index c65cc8b..0125c89 100644 (file)
@@ -146,11 +146,6 @@ adj_delegate_register_type (adj_delegate_type_t type,
   if (vec_len(ad_vfts) > type)
     ASSERT(NULL == ad_vfts[type].adv_last_lock);
 
-  /*
-   * Assert that we are getting each of the required functions
-   */
-  ASSERT(NULL != vft->adv_last_lock);
-
   vec_validate(ad_vfts, type);
   ad_vfts[type] = *vft;
 }