Message ID | 20200522003501.106165-6-inga.stotland@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | Mesh code clean up | expand |
This is automated email and please do not reply to this email! Dear submitter, Thank you for submitting the patches to the linux bluetooth mailing list. While we are preparing for reviewing the patches, we found the following issue/warning. Test Result: checkgitlint Failed Outputs: 3: B6 Body message is missing --- Regards, Linux Bluetooth
diff --git a/mesh/node.h b/mesh/node.h index 3019d316b..076714e66 100644 --- a/mesh/node.h +++ b/mesh/node.h @@ -92,8 +92,6 @@ bool node_import(const char *app_root, const char *sender, const uint8_t *uuid, uint16_t net_idx, bool kr, bool ivu, uint32_t iv_index, uint16_t unicast, node_ready_func_t cb, void *user_data); -void node_id_set(struct mesh_node *node, uint16_t node_id); -uint16_t node_id_get(struct mesh_node *node); bool node_dbus_init(struct l_dbus *bus); void node_cleanup_all(void); struct mesh_config *node_config_get(struct mesh_node *node);