mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gnrc_nettype: remove GNRC_NETTYPE_IOVEC
NETTYPE is unused in the code base since9fb2f541ba
and deprecated since744f078b3a
This commit is contained in:
parent
76ddfdbbde
commit
3cac6e0979
@ -48,15 +48,6 @@ extern "C" {
|
||||
* @note Expand at will.
|
||||
*/
|
||||
typedef enum {
|
||||
/**
|
||||
* @brief Not so much protocol but data type that is passed to network
|
||||
* devices using the netdev interface
|
||||
*
|
||||
* @deprecated Unused since https://github.com/RIOT-OS/RIOT/pull/11193.
|
||||
* Will be removed after 2020.10 release.
|
||||
*
|
||||
*/
|
||||
GNRC_NETTYPE_IOVEC = -2,
|
||||
/**
|
||||
* @brief Protocol is as defined in @ref gnrc_netif_hdr_t. Not usable with
|
||||
* @ref net_gnrc_netreg
|
||||
|
Loading…
Reference in New Issue
Block a user