eal: remove unused path pattern
authorAnatoly Burakov <anatoly.burakov@intel.com>
Mon, 14 May 2018 16:27:39 +0000 (17:27 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 14 May 2018 22:34:58 +0000 (00:34 +0200)
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 <anatoly.burakov@intel.com>
Reviewed-by: David Marchand <david.marchand@6wind.com>
lib/librte_eal/common/eal_filesystem.h

index 4db5c10..078e2eb 100644 (file)
@@ -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)
 {