]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove an incorrect C comment from updateFallbackDirs.py's list generation code
authorteor <teor2345@gmail.com>
Tue, 26 Dec 2017 07:23:11 +0000 (18:23 +1100)
committerteor <teor2345@gmail.com>
Fri, 5 Jan 2018 02:27:39 +0000 (13:27 +1100)
Part of #24725.

scripts/maint/updateFallbackDirs.py

index 30c63a5b87a14203e1ac2a0a7d537a71b1681561..54b50c377980fcbe62b3f190139bfd1726ba4700 100755 (executable)
@@ -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)