event/nvmf: remove unused function declaration

This is a leftover from moving nvmf to a subsystem.

Change-Id: I6ad07d3c60dff29e34b92c9cf18ac451cfd00918
Fixes: 2491021f64 ("nvmf: convert nvmf_tgt into an event subsystem")
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/403374
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Daniel Verkamp 2018-03-09 16:28:53 -07:00 committed by Jim Harris
parent 19100ed580
commit 393b657ff2

View File

@ -89,6 +89,4 @@ struct spdk_nvmf_subsystem *spdk_nvmf_construct_subsystem(const char *name,
int num_hosts, char *hosts[], bool allow_any_host, int num_hosts, char *hosts[], bool allow_any_host,
const char *sn); const char *sn);
int spdk_nvmf_tgt_start(struct spdk_app_opts *opts);
#endif #endif