ip: use main heap for mtrie
[vpp.git] / src / vnet / ip / ip4.h
index f5ed938..8fba33f 100644 (file)
@@ -170,9 +170,6 @@ typedef struct ip4_main_t
   /** Use hugetlb pages for the Mtries */
   int mtrie_hugetlb;
 
-  /** The memory heap for the mtries */
-  void *mtrie_mheap;
-
   /** ARP throttling */
   throttle_t arp_throttle;