mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Remove an XXXprop271 comment: turns out we didn't need a tristate
This commit is contained in:
parent
d15273e9f5
commit
3919f4f529
1 changed files with 1 additions and 1 deletions
|
@ -2046,7 +2046,7 @@ entry_guard_has_higher_priority(entry_guard_t *a, entry_guard_t *b)
|
|||
return 0;
|
||||
|
||||
/* Neither is pending: priorities are equal. */
|
||||
return 0; // XXXX prop271 return a tristate instead?
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue