hash: make tailq fully local
[dpdk.git] / lib / librte_hash / rte_hash.h
index 5228e3a..2ecaf1a 100644 (file)
@@ -86,8 +86,6 @@ struct rte_hash_parameters {
 
 /** A hash table structure. */
 struct rte_hash {
-       TAILQ_ENTRY(rte_hash) next;/**< Next in list. */
-
        char name[RTE_HASH_NAMESIZE];   /**< Name of the hash. */
        uint32_t entries;               /**< Total table entries. */
        uint32_t bucket_entries;        /**< Bucket entries. */