From 1d91efb9cbd847e6c00f042b7b61907284e9be34 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Mon, 29 Jun 2015 18:25:13 +0200 Subject: [PATCH] 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 --- lib/librte_cmdline/rte_cmdline_version.map | 1 - lib/librte_ether/rte_ether_version.map | 1 - lib/librte_mbuf/rte_mbuf_version.map | 1 - 3 files changed, 3 deletions(-) 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; -- 2.20.1