circmgr: Remove a "TODO HS" about path restrictions.

I looked through the C tor source code and couldn't find any
additional path restrictions.
This commit is contained in:
Nick Mathewson 2023-06-27 15:43:21 -04:00
parent d32ba9ed18
commit 6affb50c1a
1 changed files with 0 additions and 3 deletions

View File

@ -359,9 +359,6 @@ fn circuit_compatible_with_target(
fn all_circ_relays_are_listed_in(circ: &ClientCirc, netdir: &NetDir) -> bool {
let path = circ.path_ref();
// TODO HS: Are there any other checks we should do before declaring that
// this is still usable?
// TODO HS: There is some duplicate logic here and in
// circuit_compatible_with_target. I think that's acceptable for now, but
// we should consider refactoring if these functions grow.