diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-08-15 18:05:53 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-08-15 18:05:53 -0400 |
commit | 908bd4cee3d3182093005a0d1f4b8aee0a76116e (patch) | |
tree | 0147e27d25372fd9c0e719bf6d95f17fa863d3e9 /src/or/dirvote.h | |
parent | df99ce23952d76c0ad8265de250e30946c57eff9 (diff) | |
download | tor-908bd4cee3d3182093005a0d1f4b8aee0a76116e.tar.gz tor-908bd4cee3d3182093005a0d1f4b8aee0a76116e.zip |
Remove support for generating consensuses with methods <= 9.
The last patch disabled these; this one removes the code to implement
them.
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r-- | src/or/dirvote.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h index c9ea9879b6..92440ccbda 100644 --- a/src/or/dirvote.h +++ b/src/or/dirvote.h @@ -27,18 +27,6 @@ /** The highest consensus method that we currently support. */ #define MAX_SUPPORTED_CONSENSUS_METHOD 18 -/** Lowest consensus method that contains a 'directory-footer' marker */ -#define MIN_METHOD_FOR_FOOTER 9 - -/** Lowest consensus method that contains bandwidth weights */ -#define MIN_METHOD_FOR_BW_WEIGHTS 9 - -/** Lowest consensus method that contains consensus params */ -#define MIN_METHOD_FOR_PARAMS 7 - -/** Lowest consensus method that generates microdescriptors */ -#define MIN_METHOD_FOR_MICRODESC 8 - /** Lowest consensus method that doesn't count bad exits as exits for weight */ #define MIN_METHOD_TO_CUT_BADEXIT_WEIGHT 11 |