This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository tor.
commit 71b68f32eb7b853e15a2d977731e572974758698 Author: Alex Xu (Hello71) alex_y_xu@yahoo.ca AuthorDate: Wed Apr 27 01:34:09 2022 -0400
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."). --- src/config/include.am | 6 ------ 1 file changed, 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 -