iscsi: Remove unnecessary function declarations
These function declarations are not used. Change-Id: If525f4157e3fa9e5d718e6c7aa77db8584edd14c Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/449395 Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
parent
1d83a09d4b
commit
b7039655ce
@ -85,10 +85,6 @@ static void srandomdev(void);
|
||||
/* static uint32_t arc4random(void); */
|
||||
#endif /* HAVE_ARC4RANDOM */
|
||||
|
||||
/* convert from/to bin/hex */
|
||||
static int spdk_bin2hex(char *buf, size_t len, const uint8_t *data, size_t data_len);
|
||||
static int spdk_hex2bin(uint8_t *data, size_t data_len, const char *str);
|
||||
|
||||
static int spdk_add_transfer_task(struct spdk_iscsi_conn *conn,
|
||||
struct spdk_iscsi_task *task);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user