tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 68bbe915d909ba56a50a6d595eb6271967126a0e
parent fa5fda5bbfd1c3ebcd9f01d0d86509c68dfd4268
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 21 Jun 2018 12:28:33 -0400

di_ops.c does not actually log anything.

Diffstat:
Msrc/lib/ctime/di_ops.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/lib/ctime/di_ops.c b/src/lib/ctime/di_ops.c @@ -8,7 +8,6 @@ #include "orconfig.h" #include "lib/ctime/di_ops.h" -#include "common/torlog.h" #include "common/util.h" /** @@ -271,4 +270,3 @@ select_array_member_cumulative_timei(const uint64_t *entries, int n_entries, return i_chosen; } -