From: Nick Mathewson Date: Sun, 19 Aug 2007 17:25:52 +0000 (+0000) Subject: r14697@catbus: nickm | 2007-08-19 13:24:39 -0400 X-Git-Tag: release-2.0.1-alpha~594 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d2320b2187f5e4635f829c0de417c961f02f007;p=libevent r14697@catbus: nickm | 2007-08-19 13:24:39 -0400 Remove redundant typedef of socklen_t in evdns.c: On windows, it is already defined by autoconf in config.h. svn:r398 --- diff --git a/evdns.c b/evdns.c index e8317d3d..4b0510e9 100644 --- a/evdns.c +++ b/evdns.c @@ -109,10 +109,6 @@ #include #endif -#ifdef WIN32 -typedef int socklen_t; -#endif - #define EVDNS_LOG_DEBUG 0 #define EVDNS_LOG_WARN 1