Commit affd815c authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

nvmf/conf: remove dead store of num_hosts



Change-Id: I0e129f1102f8a5925626fbeed3a5bf2341873874
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 0ccb72c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -373,7 +373,6 @@ spdk_nvmf_parse_subsystem(struct spdk_conf_section *sp)
	}

	/* Parse Host sections */
	num_hosts = 0;
	for (i = 0; i < MAX_HOSTS; i++) {
		hosts[i] = spdk_conf_section_get_nval(sp, "Host", i);
		if (!hosts[i]) {