From: Pablo de Lara Date: Thu, 3 Dec 2015 16:35:58 +0000 (+0000) Subject: hash: remove duplicated exported symbol X-Git-Tag: spdx-start~7882 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5ddfbc850bdabf4d3266ac95a879ca1eb2e9fe31;p=dpdk.git hash: remove duplicated exported symbol rte_hash_create function was accidentally duplicated in DPDK_2.1 in rte_hash_version.map. Fixes: 473d1beb ("hash: allow to store data in hash table") Reported-by: Ferruh Yigit Signed-off-by: Pablo de Lara --- diff --git a/lib/librte_hash/rte_hash_version.map b/lib/librte_hash/rte_hash_version.map index 906c8ad57c..461fd4402d 100644 --- a/lib/librte_hash/rte_hash_version.map +++ b/lib/librte_hash/rte_hash_version.map @@ -24,7 +24,6 @@ DPDK_2.1 { rte_hash_add_key_data; rte_hash_add_key_with_hash_data; - rte_hash_create; rte_hash_iterate; rte_hash_lookup_bulk_data; rte_hash_lookup_data;