diff --git a/include/haproxy/tools.h b/include/haproxy/tools.h index 435e158f2..177717ea1 100644 --- a/include/haproxy/tools.h +++ b/include/haproxy/tools.h @@ -1371,7 +1371,6 @@ static inline const char *errname(int err_num, char **out) CASE_ERR(EADDRNOTAVAIL); CASE_ERR(ECONNREFUSED); CASE_ERR(ENETUNREACH); - CASE_ERR(ETIME); CASE_ERR(EPROTO); CASE_ERR(ENOTSOCK); CASE_ERR(EMSGSIZE);