nvmf: remove unused #defines in conf.c
Change-Id: I2ef159d41d375c907fa529ff24cb0bd9d7654ea4 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/403382 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
bbbd0d643a
commit
0048f79819
@ -41,8 +41,6 @@
|
|||||||
#include "spdk/string.h"
|
#include "spdk/string.h"
|
||||||
#include "spdk/util.h"
|
#include "spdk/util.h"
|
||||||
|
|
||||||
#define MAX_NAMESPACES 255
|
|
||||||
|
|
||||||
#define ACCEPT_TIMEOUT_US 10000 /* 10ms */
|
#define ACCEPT_TIMEOUT_US 10000 /* 10ms */
|
||||||
|
|
||||||
struct spdk_nvmf_probe_ctx {
|
struct spdk_nvmf_probe_ctx {
|
||||||
@ -52,8 +50,6 @@ struct spdk_nvmf_probe_ctx {
|
|||||||
struct spdk_nvme_transport_id trid;
|
struct spdk_nvme_transport_id trid;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAX_STRING_LEN 255
|
|
||||||
|
|
||||||
struct spdk_nvmf_tgt_conf g_spdk_nvmf_tgt_conf;
|
struct spdk_nvmf_tgt_conf g_spdk_nvmf_tgt_conf;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
Loading…
Reference in New Issue
Block a user