From: Anatoly Burakov Date: Mon, 14 May 2018 16:27:39 +0000 (+0100) Subject: eal: remove unused path pattern X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=dcbfbe3c80f2e0b7c65715f6d93498fcdda097d6;p=dpdk.git eal: remove unused path pattern The define was a leftover from IVSHMEM library. Fixes: c711ccb30987 ("ivshmem: remove library and its EAL integration") Cc: stable@dpdk.org Signed-off-by: Anatoly Burakov Reviewed-by: David Marchand --- diff --git a/lib/librte_eal/common/eal_filesystem.h b/lib/librte_eal/common/eal_filesystem.h index 4db5c10329..078e2eb6b4 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) {