Diff between 90e2296ee45959d286c7520f51d163360fb7c387 and 50fb9042e1ad471115e21ed83daebae278594aa7

Changed Files

File Additions Deletions Status
mesh/node.h +0 -1 modified

Full Patch

diff --git a/mesh/node.h b/mesh/node.h
index cba51cb..136173c 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,