From acc2eb445d3847f6853c92737a98a99e0bce0cb1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 10 Apr 2006 05:48:04 +0000 Subject: [PATCH] and get rid of an extra variable svn:r6349 --- src/or/routerlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/routerlist.c b/src/or/routerlist.c index ba960c7f60..ecd4029e46 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -3573,7 +3573,7 @@ int router_have_minimum_dir_info(void) { 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; if (!networkstatus_list || !routerlist) { res = 0;