aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns_tor.h
diff options
context:
space:
mode:
authorcypherpunks <cypherpunks@torproject.org>2015-12-10 16:47:39 +0100
committerNick Mathewson <nickm@torproject.org>2015-12-15 11:34:00 -0500
commit62c4d3880fa0e9929c575a66a7c4f464498a7c5e (patch)
tree2c132acdb2694bdd7c44567ce639713d7c6b4d76 /src/or/eventdns_tor.h
parente91ccbb4f6e7330aa7097f31dcf07cbfda87b75b (diff)
downloadtor-62c4d3880fa0e9929c575a66a7c4f464498a7c5e.tar.gz
tor-62c4d3880fa0e9929c575a66a7c4f464498a7c5e.zip
Remove eventdns specific inline definition
The header includes compat.h which already defines inline.
Diffstat (limited to 'src/or/eventdns_tor.h')
-rw-r--r--src/or/eventdns_tor.h3
1 files changed, 0 insertions, 3 deletions
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. */