summaryrefslogtreecommitdiff
path: root/src/or/circuitbuild.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-02-09 10:13:54 -0500
committerNick Mathewson <nickm@torproject.org>2017-02-09 10:13:54 -0500
commit41f880c39612152e8186f2cf5b492c079b8e8950 (patch)
treed0568c915c5c536375975f7b0511051424929d57 /src/or/circuitbuild.c
parent875e5ee3f7467367ccbe63637d3f5b5ea37064cc (diff)
downloadtor-41f880c39612152e8186f2cf5b492c079b8e8950.tar.gz
tor-41f880c39612152e8186f2cf5b492c079b8e8950.zip
Remove an XXXprop271 comment that has been replaced by #21423
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r--src/or/circuitbuild.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c
index 15e9689f6f..cd00034395 100644
--- a/src/or/circuitbuild.c
+++ b/src/or/circuitbuild.c
@@ -2271,12 +2271,6 @@ choose_good_middle_server(uint8_t purpose,
* Set *<b>guard_state_out</b> to information about the guard that
* we're selecting, which we'll use later to remember whether the
* guard worked or not.
- *
- * XXXX prop271 this function is used in four ways: picking out guards for
- * the old (pre-prop271) guard algorithm; picking out guards for circuits;
- * picking out guards for testing circuits on non-bridgees;
- * picking out entries when entry guards are disabled. These options
- * should be disentangled.
*/
const node_t *
choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state,