diff options
author | Kaidan <fishstacks@protonmail.com> | 2018-07-08 07:05:31 +1000 |
---|---|---|
committer | Kaidan <fishstacks@protonmail.com> | 2018-07-08 07:05:31 +1000 |
commit | 85fa69297ce057455ac7f0c7def3a4a9eb0522c8 (patch) | |
tree | d5742be631d0f0ae9960e7945f6fc36ce81acd9b /scripts | |
parent | 5f097080460d54fb34ba116e84c1ab4dfc8dc744 (diff) | |
download | tor-85fa69297ce057455ac7f0c7def3a4a9eb0522c8.tar.gz tor-85fa69297ce057455ac7f0c7def3a4a9eb0522c8.zip |
Remove small piece of unneeded documentation
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/maint/updateFallbackDirs.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index a78be18365..0ea3992d8f 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -145,9 +145,6 @@ LOCAL_FILES_ONLY = False # When True, they are included, when False, they are excluded INCLUDE_UNLISTED_ENTRIES = True if OUTPUT_CANDIDATES else False -# If an entry is in both lists, what happens? -# When True, it is excluded, when False, it is included - WHITELIST_FILE_NAME = 'scripts/maint/fallback.whitelist' FALLBACK_FILE_NAME = 'src/app/config/fallback_dirs.inc' |