nvmf: remove unused request_mempool declarations

Change-Id: I0dc01e4af20fa2750aef1fe05944e33a5ce4db1c
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
This commit is contained in:
Daniel Verkamp 2016-06-08 09:24:57 -07:00
parent 1c089ae19c
commit 6a0e161871
2 changed files with 0 additions and 4 deletions

View File

@ -41,8 +41,6 @@
#include "spdk/pci.h"
#include "spdk/trace.h"
extern struct rte_mempool *request_mempool;
int
nvmf_process_admin_cmd(struct nvmf_session *session,
struct spdk_nvme_cmd *cmd,

View File

@ -41,8 +41,6 @@
#include "spdk/pci.h"
#include "spdk/trace.h"
extern struct rte_mempool *request_mempool;
int
nvmf_process_io_cmd(struct nvmf_session *session,
struct spdk_nvme_cmd *cmd,