]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove eventdns specific inline definition
authorcypherpunks <cypherpunks@torproject.org>
Thu, 10 Dec 2015 15:47:39 +0000 (16:47 +0100)
committerNick Mathewson <nickm@torproject.org>
Tue, 15 Dec 2015 16:34:00 +0000 (11:34 -0500)
The header includes compat.h which already defines inline.

src/or/eventdns_tor.h

index 9d51f0960efd610fabd222359ff7b316e7c40cc2..f41c5c0099a43fca940d23ea07c6e0cdee53003e 100644 (file)
@@ -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. */