nvmf/fc: remove unused variable

Signed-off-by: Anil Veerabhadrappa <anil.veerabhadrappa@broadcom.com>
Change-Id: I671afd0d18a74df46acb3c617f5a380c66efef29
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10675
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Community-CI: Mellanox Build Bot
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
Anil Veerabhadrappa 2021-12-14 08:28:26 -08:00 committed by Tomasz Zawadzki
parent d07dc4d361
commit 2344dacab4

View File

@ -2073,7 +2073,6 @@ nvmf_fc_stop_listen(struct spdk_nvmf_transport *transport,
static int
nvmf_fc_accept(void *ctx)
{
struct spdk_nvmf_transport *transport = ctx;
struct spdk_nvmf_fc_port *fc_port = NULL;
uint32_t count = 0;
static bool start_lld = false;