lib: remove redundant definition of local symbols
authorThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Jun 2015 16:25:13 +0000 (18:25 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 29 Jun 2015 16:57:32 +0000 (18:57 +0200)
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 <helin.zhang@intel.com>
Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_cmdline/rte_cmdline_version.map
lib/librte_ether/rte_ether_version.map
lib/librte_mbuf/rte_mbuf_version.map

index 1b0c863..c9fc18a 100644 (file)
@@ -75,5 +75,4 @@ DPDK_2.1 {
 
        cmdline_poll;
 
-       local: *;
 } DPDK_2.0;
index 012a82e..e3c8fa1 100644 (file)
@@ -111,5 +111,4 @@ DPDK_2.1 {
 
        rte_eth_dev_set_mc_addr_list;
 
-       local: *;
 } DPDK_2.0;
index 543dc4c..e10f6bd 100644 (file)
@@ -17,5 +17,4 @@ DPDK_2.1 {
 
        rte_pktmbuf_pool_create;
 
-       local: *;
 } DPDK_2.0;