diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-15 11:21:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-15 11:21:33 -0400 |
commit | 247ce5876a56cdbbd6a7b3f501476ff10f4bce5e (patch) | |
tree | 158df71c0adab13d9902bd9a73073e6b9012982d /src/or/circuitbuild.c | |
parent | a5289fa79442896b87c2f5dd59eed4289f99c5e4 (diff) | |
download | tor-247ce5876a56cdbbd6a7b3f501476ff10f4bce5e.tar.gz tor-247ce5876a56cdbbd6a7b3f501476ff10f4bce5e.zip |
Remove "is this too slow?" XXXX comments for code not appearing in profiles
Diffstat (limited to 'src/or/circuitbuild.c')
-rw-r--r-- | src/or/circuitbuild.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index a4cdf81cbd..9c7262a855 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -3032,8 +3032,6 @@ choose_good_entry_server(uint8_t purpose, cpath_build_state_t *state) nodelist_add_node_family(excluded, node); } if (firewall_is_fascist_or()) { - /*XXXX This could slow things down a lot; use a smarter implementation */ - /* exclude all ORs that listen on the wrong port, if anybody notices. */ smartlist_t *nodes = nodelist_get_list(); SMARTLIST_FOREACH(nodes, const node_t *,node, { if (!fascist_firewall_allows_node(node)) |