Remove unused MAX_IP_LEN

This commit is contained in:
Matt Johnston 2022-06-27 14:36:04 +08:00
parent 808bc392a0
commit a7e3b06b04

View File

@ -68,7 +68,6 @@
#define MAX_TERM_LEN 200 /* max length of TERM name */
#define MAX_HOST_LEN 254 /* max hostname len for tcp fwding */
#define MAX_IP_LEN 15 /* strlen("255.255.255.255") == 15 */
#define DROPBEAR_MAX_PORTS 10 /* max number of ports which can be specified,
ipv4 and ipv6 don't count twice */