nvmf: remove the unused thread variable

The thread variable defined in the struct spdk_nvmf_rdma_qpair is
not used. Just remove it.

Change-Id: I5f406ff276733cc9474a997b3c18d23c7420cac8
Signed-off-by: GangCao <gang.cao@intel.com>
Reviewed-on: https://review.gerrithub.io/394152
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Ziye Yang <optimistyzy@gmail.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
GangCao 2018-01-09 18:25:14 -05:00 committed by Jim Harris
parent 9802eb0e48
commit 8d61a0a5f6

View File

@ -210,7 +210,6 @@ struct spdk_nvmf_rdma_qpair {
/* Mgmt channel */
struct spdk_io_channel *mgmt_channel;
struct spdk_nvmf_rdma_mgmt_channel *ch;
struct spdk_thread *thread;
};
struct spdk_nvmf_rdma_poller {