summaryrefslogtreecommitdiff
path: root/mesh/provision.h
diff options
context:
space:
mode:
authorMichaƂ Lowas-Rzechonek <michal.lowas-rzechonek@silvair.com>2020-04-01 12:24:58 +0200
committerBrian Gix <brian.gix@intel.com>2020-04-01 12:06:14 -0700
commit4b2d782fb6c47b23f1a347173af4040ae05e7a5d (patch)
treef6759fd40ed82c4f27a1c591812d883eccf45d5f /mesh/provision.h
parent5be1ae4dd020752bc651d45f7aa01dedf6309189 (diff)
downloadbluez-4b2d782fb6c47b23f1a347173af4040ae05e7a5d.tar.gz
mesh: Remove unused 'server' argument
Diffstat (limited to 'mesh/provision.h')
-rw-r--r--mesh/provision.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesh/provision.h b/mesh/provision.h
index 755d848a0..d6f6e0ab0 100644
--- a/mesh/provision.h
+++ b/mesh/provision.h
@@ -118,7 +118,6 @@ void acceptor_cancel(void *user_data);
bool initiator_start(enum trans_type transport,
uint8_t uuid[16],
uint16_t max_ele,
- uint16_t server, /* Only valid for PB-Remote */
uint32_t timeout, /* in seconds from mesh.conf */
struct mesh_agent *agent,
mesh_prov_initiator_data_req_func_t get_prov_data,