summaryrefslogtreecommitdiff
path: root/mesh/node.c
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-06-10 10:11:17 -0700
committerBrian Gix <brian.gix@intel.com>2020-06-10 10:27:16 -0700
commit29ab37c76aa7a393b4052e172e626e6ab17de445 (patch)
treebfee775a568b7a10bd9d7c488aab12dbac5872ba /mesh/node.c
parent9ba75301d05ed7d2acb621094c92a4935d3d429a (diff)
downloadbluez-29ab37c76aa7a393b4052e172e626e6ab17de445.tar.gz
mesh: Delete unused function
This deletes unused function node_is_provisioned()
Diffstat (limited to 'mesh/node.c')
-rw-r--r--mesh/node.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mesh/node.c b/mesh/node.c
index db888d27c..d1d4da23d 100644
--- a/mesh/node.c
+++ b/mesh/node.c
@@ -598,11 +598,6 @@ bool node_is_provisioner(struct mesh_node *node)
return node->provisioner;
}
-bool node_is_provisioned(struct mesh_node *node)
-{
- return (!IS_UNASSIGNED(node->primary));
-}
-
void node_app_key_delete(struct mesh_node *node, uint16_t net_idx,
uint16_t app_idx)
{