From: cypherpunks Date: Thu, 10 Dec 2015 15:47:39 +0000 (+0100) Subject: Remove eventdns specific inline definition X-Git-Tag: tor-0.2.8.1-alpha~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62c4d3880fa0e9929c575a66a7c4f464498a7c5e;p=thirdparty%2Ftor.git Remove eventdns specific inline definition The header includes compat.h which already defines inline. --- diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h index 9d51f0960e..f41c5c0099 100644 --- a/src/or/eventdns_tor.h +++ b/src/or/eventdns_tor.h @@ -12,9 +12,6 @@ typedef unsigned int uint; #ifndef HAVE_U_CHAR typedef unsigned char u_char; #endif -#ifdef _WIN32 -#define inline __inline -#endif #include "torint.h" /* These are for debugging possible memory leaks. */