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

net/coap: remove deprecated COAP_CT_... defines

This commit is contained in:
Ken Bannister 2019-09-27 20:57:42 -04:00
parent 8de39d80b7
commit 859dab585f

View File

@ -127,19 +127,6 @@ extern "C" {
#define COAP_CODE_PROXYING_NOT_SUPPORTED ((5 << 5) | 5)
/** @} */
/**
* @name Content types
* @deprecated Deprecated in favour of [COAP_FORMAT_](@ref net_coap_format)
* style defines
* @{
*/
#define COAP_CT_LINK_FORMAT (40)
#define COAP_CT_XML (41)
#define COAP_CT_OCTET_STREAM (42)
#define COAP_CT_EXI (47)
#define COAP_CT_JSON (50)
/** @} */
/**
* @name Content-Format option codes
* @anchor net_coap_format