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.
This commit is contained in:
Marian Buschsieweke 2021-02-16 14:09:04 +01:00
parent 0d2c73d82c
commit 38a94fb137
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -29,14 +29,6 @@
extern "C" { extern "C" {
#endif #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 * @brief Global list of configuration options available throughout the
* network stack, e.g. by netdev and netapi * network stack, e.g. by netdev and netapi