Commit 0048f798 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

nvmf: remove unused #defines in conf.c



Change-Id: I2ef159d41d375c907fa529ff24cb0bd9d7654ea4
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
Reviewed-on: https://review.gerrithub.io/403382


Tested-by: default avatarSPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent bbbd0d64
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -41,8 +41,6 @@
#include "spdk/string.h"
#include "spdk/util.h"

#define MAX_NAMESPACES 255

#define ACCEPT_TIMEOUT_US		10000 /* 10ms */

struct spdk_nvmf_probe_ctx {
@@ -52,8 +50,6 @@ struct spdk_nvmf_probe_ctx {
	struct spdk_nvme_transport_id	trid;
};

#define MAX_STRING_LEN 255

struct spdk_nvmf_tgt_conf g_spdk_nvmf_tgt_conf;

static int