[tor-commits] [tor/master] di_ops.c does not actually log anything.

nickm at torproject.org nickm at torproject.org
Thu Jun 21 17:57:19 UTC 2018


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

    di_ops.c does not actually log anything.
---
 src/lib/ctime/di_ops.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/ctime/di_ops.c b/src/lib/ctime/di_ops.c
index cc76be548..407131c44 100644
--- 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;
 }
-





More information about the tor-commits mailing list