diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index 7667dd3541..c3c3ca2a0a 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -767,7 +767,6 @@ void tor_gettimeofday(struct timeval *timeval) { return; } - #if defined(TOR_IS_MULTITHREADED) && !defined(MS_WINDOWS) #define TIME_FNS_NEED_LOCKS #endif |