mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Remove an incorrect C comment from updateFallbackDirs.py's list generation code
Part of #24725.
This commit is contained in:
parent
c8c0e9167d
commit
d8ab1b803a
@ -2114,10 +2114,6 @@ class CandidateList(dict):
|
||||
def summarise_fallbacks(self, eligible_count, operator_count, failed_count,
|
||||
guard_count, target_count):
|
||||
s = ''
|
||||
s += '/* To comment-out entries in this file, use C comments, and add *'
|
||||
s += ' to the start of each line. (stem finds fallback entries using "'
|
||||
s += ' at the start of a line.) */'
|
||||
s += '\n'
|
||||
# Report:
|
||||
# whether we checked consensus download times
|
||||
# the number of fallback directories (and limits/exclusions, if relevant)
|
||||
|
Loading…
Reference in New Issue
Block a user