diff --git a/src/config_unix.h b/src/config_unix.h index f30511cfa..d02c1cbfb 100644 --- a/src/config_unix.h +++ b/src/config_unix.h @@ -131,7 +131,6 @@ #endif /* HAVE_IPv6 */ -typedef u_char ttl_t; typedef int fd_t; #include "compat/aligned_malloc.h" diff --git a/src/config_win32.h b/src/config_win32.h index a35243508..34b844b67 100644 --- a/src/config_win32.h +++ b/src/config_win32.h @@ -90,7 +90,6 @@ #include -typedef int ttl_t; typedef unsigned char byte; typedef SOCKET fd_t;