From: Robert Ransom Date: Thu, 14 Jun 2012 15:41:11 +0000 (+0000) Subject: Remove bogus comment claiming that an assertion is triggerable by consensus X-Git-Tag: tor-0.2.4.1-alpha~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82c5e385cbddec4fd80618d6e96111ad73d5a22e;p=thirdparty%2Ftor.git Remove bogus comment claiming that an assertion is triggerable by consensus --- diff --git a/src/or/routerlist.c b/src/or/routerlist.c index de1a66ce16..37de70f0b5 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -1983,9 +1983,10 @@ smartlist_choose_node_by_bandwidth(smartlist_t *sl, if (is_guard) bitarray_set(guard_bits, i); if (is_known) { - bandwidths[i] = (int32_t) this_bw; // safe since MAX_BELIEVABLE= 0); if (is_guard) total_guard_bw += this_bw;