nvmf: remove unused spdk_nvmf_request::entries

Change-Id: I4ed0cbf906400dd2c9f10f3ec98b988aaec412e8
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-06-27 15:50:44 -07:00
parent 29d4ad597f
commit 8b419899b4

View File

@ -66,8 +66,6 @@ struct spdk_nvmf_request {
void *data;
union nvmf_h2c_msg *cmd;
union nvmf_c2h_msg *rsp;
TAILQ_ENTRY(spdk_nvmf_request) entries;
};
int