diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-04-27 01:34:09 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-04-27 01:34:09 -0400 |
commit | 71b68f32eb7b853e15a2d977731e572974758698 (patch) | |
tree | f90738baf04e528952a65ddd5e82b42041bd2883 /src/config | |
parent | 616c06c0b2748db163cbb6882043d24fdbaaf335 (diff) | |
download | tor-71b68f32eb7b853e15a2d977731e572974758698.tar.gz tor-71b68f32eb7b853e15a2d977731e572974758698.zip |
Remove fallback-consensus rule
This rule has not been used since 4ead083dbc7 ("Do not ship a
fallback-consensus until the related bugs are fixed.") in 2008, and
fallback-consensus support was removed in f742b33d85c ("Drop
FallbackNetworkstatusFile; it never worked.").
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/include.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config/include.am b/src/config/include.am index ee38934938..351f32f575 100644 --- a/src/config/include.am +++ b/src/config/include.am @@ -12,9 +12,3 @@ EXTRA_DIST+= \ conf_DATA = src/config/torrc.sample tordata_DATA = src/config/geoip src/config/geoip6 -# fallback_consensus - -# If we don't have it, fake it. -src_config_fallback-consensus: - touch src/config/fallback-consensus - |