Explorar o código

and get rid of an extra variable

svn:r6349
Roger Dingledine %!s(int64=19) %!d(string=hai) anos
pai
achega
acc2eb445d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/or/routerlist.c

+ 1 - 1
src/or/routerlist.c

@@ -3573,7 +3573,7 @@ int
 router_have_minimum_dir_info(void)
 router_have_minimum_dir_info(void)
 {
 {
   int tot = 0, num_running = 0;
   int tot = 0, num_running = 0;
-  int n_ns, n_tried, n_authorities, res, avg;
+  int n_ns, n_authorities, res, avg;
   static int have_enough = 0;
   static int have_enough = 0;
   if (!networkstatus_list || !routerlist) {
   if (!networkstatus_list || !routerlist) {
     res = 0;
     res = 0;