]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_hash/rte_hash.h
hash: remove aliases for bulk lookup
[dpdk.git] / lib / librte_hash / rte_hash.h
index ae00b658e791e14b301a9a31d06a8367d06ef871..724315a98f921f55b61b48a06247596ae0d1de24 100644 (file)
@@ -362,8 +362,6 @@ rte_hash_lookup_with_hash(const struct rte_hash *h,
 hash_sig_t
 rte_hash_hash(const struct rte_hash *h, const void *key);
 
-#define rte_hash_lookup_multi rte_hash_lookup_bulk
-#define rte_hash_lookup_multi_data rte_hash_lookup_bulk_data
 /**
  * Find multiple keys in the hash table.
  * This operation is multi-thread safe.