net/dhcpv6 : Remove unused macro

Remove unused macro 'DHCPV6_CLIENT_SERVER_MAX'
This commit is contained in:
Akshai M 2020-07-28 15:02:48 +05:30
parent 6be6300075
commit a9e0a110d7

View File

@ -46,9 +46,6 @@ extern "C" {
*/ */
#define DHCPV6_CLIENT_DUID_LEN (sizeof(dhcpv6_duid_l2_t) + 8U) #define DHCPV6_CLIENT_DUID_LEN (sizeof(dhcpv6_duid_l2_t) + 8U)
#define DHCPV6_CLIENT_BUFLEN (256) /**< length for send and receive buffer */ #define DHCPV6_CLIENT_BUFLEN (256) /**< length for send and receive buffer */
#ifndef DHCPV6_CLIENT_SERVER_MAX
#define DHCPV6_CLIENT_SERVER_MAX (1U) /**< maximum number of servers to store */
#endif
/** /**
* @defgroup net_dhcpv6_conf DHCPv6 client compile configurations * @defgroup net_dhcpv6_conf DHCPv6 client compile configurations