1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/suit: Remove deprecated suit_coap_run function

This commit is contained in:
Teufelchen1 2024-04-02 12:58:57 +02:00
parent 84bf9215b7
commit 4d467bf3be

View File

@ -32,15 +32,6 @@
extern "C" {
#endif
/**
* @brief Start SUIT CoAP thread
*
* @deprecated This will be removed after after the 2023.01 release.
*/
static inline void suit_coap_run(void)
{
}
/**
* @brief SUIT CoAP endpoint entry.
*