nvme/perf: remove unused variable.
Change-Id: I3a1d237b7a7a25511d476d7612221537bf283ddd Signed-off-by: Seth Howell <seth.howell@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/469633 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
This commit is contained in:
parent
46d6711825
commit
de1f019edf
@ -190,7 +190,6 @@ static int g_latency_sw_tracking_level = 0;
|
||||
static bool g_vmd = false;
|
||||
|
||||
static struct ctrlr_entry *g_controllers = NULL;
|
||||
static int g_controllers_found = 0;
|
||||
static struct ns_entry *g_namespaces = NULL;
|
||||
static int g_num_namespaces = 0;
|
||||
static struct worker_thread *g_workers = NULL;
|
||||
@ -1836,7 +1835,6 @@ attach_cb(void *cb_ctx, const struct spdk_nvme_transport_id *trid,
|
||||
struct spdk_pci_device *pci_dev;
|
||||
struct spdk_pci_id pci_id;
|
||||
|
||||
g_controllers_found++;
|
||||
if (trid->trtype != SPDK_NVME_TRANSPORT_PCIE) {
|
||||
printf("Attached to NVMe over Fabrics controller at %s:%s: %s\n",
|
||||
trid->traddr, trid->trsvcid,
|
||||
|
Loading…
Reference in New Issue
Block a user