node_attach_io() has been removed in 7cdc215ff5a1 ("mesh: Add finalization of a newly created node") --- mesh/node.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mesh/node.h b/mesh/node.h index cba51cb93bbb..136173c8cee1 100644 --- a/mesh/node.h +++ b/mesh/node.h @@ -75,7 +75,6 @@ const char *node_get_app_path(struct mesh_node *node); bool node_add_pending_local(struct mesh_node *node, const struct mesh_prov_node_info *info); void node_attach_io_all(struct mesh_io *io); -void node_attach_io(struct mesh_node *node, struct mesh_io *io); void node_attach(const char *app_root, const char *sender, uint64_t token, node_ready_func_t cb, void *user_data); void node_build_attach_reply(struct mesh_node *node, -- 2.43.0