and get rid of an extra variable

svn:r6349
This commit is contained in:
Roger Dingledine 2006-04-10 05:48:04 +00:00
parent 82bc49d922
commit acc2eb445d

View file

@ -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;