From d40ed08f446e4d3cdd3d02a8b20d9a66d8a5abdf Mon Sep 17 00:00:00 2001 From: Christian Eggers Date: Tue, 8 Jul 2025 14:59:38 +0200 Subject: [PATCH] mesh: model: remove dead function prototype mesh_model_cfg_blk() has been added in commit 6fbc4c83e134 ("mesh: Header files for mesh access layer and utilities"), but an implementation has never existed. --- mesh/model.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mesh/model.h b/mesh/model.h index 8df4f205f..6e36ee4c6 100644 --- a/mesh/model.h +++ b/mesh/model.h @@ -101,7 +101,6 @@ int mesh_model_virt_sub_ovrt(struct mesh_node *node, uint16_t ele_addr, uint16_t *addr); int mesh_model_sub_get(struct mesh_node *node, uint16_t ele_addr, uint32_t id, uint8_t *buf, uint16_t buf_size, uint16_t *size); -uint16_t mesh_model_cfg_blk(uint8_t *pkt); bool mesh_model_send(struct mesh_node *node, uint16_t src, uint16_t dst, uint16_t app_idx, uint16_t net_idx, uint8_t ttl, bool segmented, uint16_t len, const void *data); -- 2.47.3