nvmf: Remove unused start_fn in spdk_app_opts.

Change-Id: I8f54612305af419ccc19356c09fe5053d52cd59e
Signed-off-by: Cunyin Chang <cunyin.chang@intel.com>
This commit is contained in:
Cunyin Chang 2016-06-07 10:28:58 +08:00 committed by Daniel Verkamp
parent f0d2e5508c
commit f7ccfc6160
2 changed files with 0 additions and 2 deletions

View File

@ -224,7 +224,6 @@ main(int argc, char **argv)
printf("Total cores available: %d\n", rte_lcore_count());
opts.shutdown_cb = spdk_nvmf_shutdown_cb;
opts.start_fn = spdk_nvmf_startup;
spdk_app_init(&opts);
/* Blocks until the application is exiting */

View File

@ -137,7 +137,6 @@ struct spdk_app_opts {
int instance_id;
spdk_app_shutdown_cb shutdown_cb;
spdk_event_fn start_fn;
spdk_sighandler_t usr1_handler;
bool enable_coredump;