From 393b657ff2d2d086256ab90f1ae33577db98528a Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 9 Mar 2018 16:28:53 -0700 Subject: [PATCH] event/nvmf: remove unused function declaration This is a leftover from moving nvmf to a subsystem. Change-Id: I6ad07d3c60dff29e34b92c9cf18ac451cfd00918 Fixes: 2491021f6497 ("nvmf: convert nvmf_tgt into an event subsystem") Signed-off-by: Daniel Verkamp Reviewed-on: https://review.gerrithub.io/403374 Tested-by: SPDK Automated Test System Reviewed-by: Changpeng Liu Reviewed-by: Jim Harris --- lib/event/subsystems/nvmf/event_nvmf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/event/subsystems/nvmf/event_nvmf.h b/lib/event/subsystems/nvmf/event_nvmf.h index 9d132d16b..ce0f89e03 100644 --- a/lib/event/subsystems/nvmf/event_nvmf.h +++ b/lib/event/subsystems/nvmf/event_nvmf.h @@ -89,6 +89,4 @@ struct spdk_nvmf_subsystem *spdk_nvmf_construct_subsystem(const char *name, int num_hosts, char *hosts[], bool allow_any_host, const char *sn); -int spdk_nvmf_tgt_start(struct spdk_app_opts *opts); - #endif