From 50fb9042e1ad471115e21ed83daebae278594aa7 Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Tue, 1 Jul 2025 16:17:39 +0200 Subject: [PATCH] mesh: node: remove dead function declaration 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 cba51cb93..136173c8c 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.47.3