From 4d467bf3be0a6f597a4be63607d191222215150b Mon Sep 17 00:00:00 2001 From: Teufelchen1 Date: Tue, 2 Apr 2024 12:58:57 +0200 Subject: [PATCH] sys/suit: Remove deprecated suit_coap_run function --- sys/include/suit/transport/coap.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys/include/suit/transport/coap.h b/sys/include/suit/transport/coap.h index 45652fca5c..747a53dc0c 100644 --- a/sys/include/suit/transport/coap.h +++ b/sys/include/suit/transport/coap.h @@ -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. *