diff options
author | teor <teor2345@gmail.com> | 2017-12-26 18:23:11 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2018-01-05 13:27:39 +1100 |
commit | d8ab1b803ab66c3c8c4393c1575b067da95ce73d (patch) | |
tree | 73985f66e9df980d13a95279cc78262e4fca132a /scripts | |
parent | c8c0e9167d32994aef073a403f3812e7629a08ec (diff) | |
download | tor-d8ab1b803ab66c3c8c4393c1575b067da95ce73d.tar.gz tor-d8ab1b803ab66c3c8c4393c1575b067da95ce73d.zip |
Remove an incorrect C comment from updateFallbackDirs.py's list generation code
Part of #24725.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/updateFallbackDirs.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index 30c63a5b87..54b50c3779 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -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) |