[tor-commits] [tor/master] Remove eventdns specific inline definition
nickm at torproject.org
nickm at torproject.org
Tue Dec 15 16:55:55 UTC 2015
commit 62c4d3880fa0e9929c575a66a7c4f464498a7c5e
Author: cypherpunks <cypherpunks at 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. */
More information about the tor-commits
mailing list