diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-07-29 05:05:12 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-07-29 05:05:12 +0000 |
commit | 1995328a3d0c98f5a8856f532b20099970afecc2 (patch) | |
tree | 9def2da5c649fca44a5339fa524c56686af26b77 /src/common/compat.c | |
parent | dffc6910b11d88544a93c3e3e80c1155f998f561 (diff) | |
download | tor-1995328a3d0c98f5a8856f532b20099970afecc2.tar.gz tor-1995328a3d0c98f5a8856f532b20099970afecc2.zip |
Keep make check-spaces happy
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 e0807e4c87..b2ed119358 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -2824,7 +2824,6 @@ compute_num_cpus(void) return num_cpus; } - #if !defined(_WIN32) /** Defined iff we need to add locks when defining fake versions of reentrant * versions of time-related functions. */ |