From e57a5b877ba568367daa8ce858e2e6ddb1ef068f Mon Sep 17 00:00:00 2001 From: Brad House Date: Sat, 22 Jun 2024 18:10:23 -0400 Subject: [PATCH] remove duplicate typedef --- include/ares_build.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/ares_build.h.in b/include/ares_build.h.in index 710877af..1327ed6d 100644 --- a/include/ares_build.h.in +++ b/include/ares_build.h.in @@ -44,7 +44,4 @@ # include #endif -typedef CARES_TYPEOF_ARES_SOCKLEN_T ares_socklen_t; -typedef CARES_TYPEOF_ARES_SSIZE_T ares_ssize_t; - #endif /* __CARES_BUILD_H */