]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/rte_lpm.h
i40e: fix build with debug enabled
[dpdk.git] / lib / librte_lpm / rte_lpm.h
index 840d871cc921b320e84110969038550affd77ef1..62d7736ec6bf84d7031e1946c8d8b5b2f80be17f 100644 (file)
@@ -132,8 +132,6 @@ struct rte_lpm_rule_info {
 
 /** @internal LPM structure. */
 struct rte_lpm {
-       TAILQ_ENTRY(rte_lpm) next;      /**< Next in list. */
-
        /* LPM metadata. */
        char name[RTE_LPM_NAMESIZE];        /**< Name of the lpm. */
        int mem_location; /**< @deprecated @see RTE_LPM_HEAP and RTE_LPM_MEMZONE. */