aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 12:28:33 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-21 13:14:14 -0400
commit68bbe915d909ba56a50a6d595eb6271967126a0e (patch)
tree0622ae11ef06761e13e2afc16536250ba61c73f6
parentfa5fda5bbfd1c3ebcd9f01d0d86509c68dfd4268 (diff)
downloadtor-68bbe915d909ba56a50a6d595eb6271967126a0e.tar.gz
tor-68bbe915d909ba56a50a6d595eb6271967126a0e.zip
di_ops.c does not actually log anything.
-rw-r--r--src/lib/ctime/di_ops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ctime/di_ops.c b/src/lib/ctime/di_ops.c
index cc76be5488..407131c448 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;
}
-