Browse Source

di_ops.c does not actually log anything.

Nick Mathewson 5 years ago
parent
commit
68bbe915d9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/lib/ctime/di_ops.c

+ 0 - 2
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;
 }
-