eal: remove unused path pattern

The define was a leftover from IVSHMEM library.

Fixes: c711ccb309 ("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>
This commit is contained in:
Anatoly Burakov 2018-05-14 17:27:39 +01:00 committed by Thomas Monjalon
parent 5831a2198a
commit dcbfbe3c80

View 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)
{