From 38a94fb137897e845ed0804df4861042a6087c97 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 16 Feb 2021 14:09:04 +0100 Subject: [PATCH] sys/net/netopt: Drop deprecated NETOPT_MAX_PACKET_SIZE This option has been deprecated for quite a few release. It should be safe to delete now. --- sys/include/net/netopt.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/sys/include/net/netopt.h b/sys/include/net/netopt.h index c5db2808ba..1112b84412 100644 --- a/sys/include/net/netopt.h +++ b/sys/include/net/netopt.h @@ -29,14 +29,6 @@ extern "C" { #endif -/** - * @brief A deprecated alias for @ref NETOPT_MAX_PDU_SIZE - * - * @deprecated Please use @ref NETOPT_MAX_PDU_SIZE instead of - * `NETOPT_MAX_PACKET_SIZE` - */ -#define NETOPT_MAX_PACKET_SIZE NETOPT_MAX_PDU_SIZE - /** * @brief Global list of configuration options available throughout the * network stack, e.g. by netdev and netapi