]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
di_ops.c does not actually log anything.
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 16:28:33 +0000 (12:28 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 17:14:14 +0000 (13:14 -0400)
src/lib/ctime/di_ops.c

index cc76be54889c2c9e4a83f44601437d687ac9612b..407131c448295c393803779aa568e3966399cbfb 100644 (file)
@@ -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;
 }
-