zephyr/subsys/net/lib/coap
Tom Hughes d811760779 net: lib: coap: Remove unused function
Building with clang warns:

subsys/net/lib/coap/coap_link_format.c:39:20: error: unused function
'append_be16' [-Werror,-Wunused-function]
static inline bool append_be16(struct coap_packet *cpkt, uint16_t data)

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-02-12 02:25:53 +01:00
..
CMakeLists.txt
coap_client.c net: coap_client: Fix build with cpp projects 2025-02-11 15:41:37 +01:00
coap_link_format.c net: lib: coap: Remove unused function 2025-02-12 02:25:53 +01:00
coap_server_shell.c
coap_server.c net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00
coap.c net: coap: fix uninitialized usage of option struct 2025-02-11 11:45:05 +00:00
Kconfig net: lib: coap: Handle truncated messages in CoAP server 2025-01-13 20:22:47 +01:00