[tor/master] Remove eventdns specific inline definition

15 Dec
2015
15 Dec
'15
4:55 p.m.
commit 62c4d3880fa0e9929c575a66a7c4f464498a7c5e Author: cypherpunks <cypherpunks@torproject.org> Date: Thu Dec 10 16:47:39 2015 +0100 Remove eventdns specific inline definition The header includes compat.h which already defines inline. --- src/or/eventdns_tor.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/or/eventdns_tor.h b/src/or/eventdns_tor.h index 9d51f09..f41c5c0 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. */
3483
Age (days ago)
3483
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org