From: Thomas Monjalon Date: Mon, 29 Jun 2015 16:25:13 +0000 (+0200) Subject: lib: remove redundant definition of local symbols X-Git-Tag: spdx-start~8923 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1d91efb9cbd847e6c00f042b7b61907284e9be34;p=dpdk.git lib: remove redundant definition of local symbols The new version nodes inherit from the previous ones which already include a default catch-all line for not exported symbols. Reported-by: Helin Zhang Signed-off-by: Thomas Monjalon --- diff --git a/lib/librte_cmdline/rte_cmdline_version.map b/lib/librte_cmdline/rte_cmdline_version.map index 1b0c863b5b..c9fc18abc0 100644 --- a/lib/librte_cmdline/rte_cmdline_version.map +++ b/lib/librte_cmdline/rte_cmdline_version.map @@ -75,5 +75,4 @@ DPDK_2.1 { cmdline_poll; - local: *; } DPDK_2.0; diff --git a/lib/librte_ether/rte_ether_version.map b/lib/librte_ether/rte_ether_version.map index 012a82e2c8..e3c8fa13dd 100644 --- a/lib/librte_ether/rte_ether_version.map +++ b/lib/librte_ether/rte_ether_version.map @@ -111,5 +111,4 @@ DPDK_2.1 { rte_eth_dev_set_mc_addr_list; - local: *; } DPDK_2.0; diff --git a/lib/librte_mbuf/rte_mbuf_version.map b/lib/librte_mbuf/rte_mbuf_version.map index 543dc4c741..e10f6bdc88 100644 --- a/lib/librte_mbuf/rte_mbuf_version.map +++ b/lib/librte_mbuf/rte_mbuf_version.map @@ -17,5 +17,4 @@ DPDK_2.1 { rte_pktmbuf_pool_create; - local: *; } DPDK_2.0;