From 94a2bec4a80225a63f5da3a572116f72a0fb6e71 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 10 May 2017 15:54:43 -0700 Subject: [PATCH] nvme/fio_plugin: remove unused MAX_LCORE_COUNT Change-Id: Ie9015d88a8919885c620b51fac61ea49e120ac68 Signed-off-by: Daniel Verkamp --- examples/nvme/fio_plugin/fio_plugin.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/nvme/fio_plugin/fio_plugin.c b/examples/nvme/fio_plugin/fio_plugin.c index 1b4446f88..7bb6d302d 100644 --- a/examples/nvme/fio_plugin/fio_plugin.c +++ b/examples/nvme/fio_plugin/fio_plugin.c @@ -44,8 +44,6 @@ #define NVME_IO_ALIGN 4096 -#define MAX_LCORE_COUNT 63 - bool spdk_env_initialized; struct spdk_fio_request {