1
0
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 since
9fb2f541ba and deprecated since
744f078b3a
This commit is contained in:
Martine Lenders 2020-10-28 10:37:31 +01:00
parent 76ddfdbbde
commit 3cac6e0979
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -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