Remove eventdns specific inline definition

The header includes compat.h which already defines inline.
This commit is contained in:
cypherpunks 2015-12-10 16:47:39 +01:00 committed by Nick Mathewson
parent e91ccbb4f6
commit 62c4d3880f

View 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. */