Skip to content

Commit 022a63d

Browse files
committed
tree: Remove doublicated declaration
nvme_host_get_hostnqn() and nvme_host_get_hostid() are declared twice. Remove one. Signed-off-by: Daniel Wagner <[email protected]>
1 parent 58b923c commit 022a63d

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

src/nvme/tree.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -92,22 +92,6 @@ nvme_root_t nvme_host_get_root(nvme_host_t h);
9292
nvme_host_t nvme_lookup_host(nvme_root_t r, const char *hostnqn,
9393
const char *hostid);
9494

95-
/**
96-
* nvme_host_get_hostnqn() - Returns the host NQN
97-
* @h: host
98-
*
99-
* Return: NVMe host NQN
100-
*/
101-
const char *nvme_host_get_hostnqn(nvme_host_t h);
102-
103-
/**
104-
* nvme_host_get_hostid() - Returns the host ID
105-
* @h: host
106-
*
107-
* Return: NVMe Host ID
108-
*/
109-
const char *nvme_host_get_hostid(nvme_host_t h);
110-
11195
/**
11296
* nvme_host_get_dhchap_key() - return host key
11397
* @h: Host for which the key should be returned

0 commit comments

Comments
 (0)