From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatoly Burakov Subject: [PATCH 18.05-RC2 1/4] eal: remove unused define Date: Wed, 25 Apr 2018 13:24:34 +0100 Message-ID: <31f9c484fc159c4b2175e4fc4a70cb7cfe2b6e47.1524657197.git.anatoly.burakov@intel.com> References: Cc: bruce.richardson@intel.com, thomas@monjalon.net, david.marchand@6wind.com, stable@dpdk.org To: dev@dpdk.org Return-path: In-Reply-To: In-Reply-To: References: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The define was a leftover from IVSHMEM library. Fixes: c711ccb30987 ("ivshmem: remove library and its EAL integration") Cc: david.marchand@6wind.com Cc: stable@dpdk.org Signed-off-by: Anatoly Burakov --- lib/librte_eal/common/eal_filesystem.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/librte_eal/common/eal_filesystem.h b/lib/librte_eal/common/eal_filesystem.h index 0a82f89..37ac672 100644 --- a/lib/librte_eal/common/eal_filesystem.h +++ b/lib/librte_eal/common/eal_filesystem.h @@ -104,8 +104,6 @@ eal_hugepage_file_path(void) /** String format for hugepage map files. */ #define HUGEFILE_FMT "%s/%smap_%d" -#define TEMP_HUGEFILE_FMT "%s/%smap_temp_%d" - static inline const char * eal_get_hugefile_path(char *buffer, size_t buflen, const char *hugedir, int f_id) { -- 2.7.4