aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index c7f0462a3..0515878e0 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1362,7 +1362,6 @@ dirserv_compute_performance_thresholds(routerlist_t *rl)
total_bandwidth += *bw;
if (ri->is_exit && !ri->is_bad_exit)
total_exit_bandwidth += *bw;
- /* XXXX012 Document the one-third behavior in dir-spec.txt. */
smartlist_add(bandwidths, bw);
}
});