summaryrefslogtreecommitdiff
path: root/src/or/dirvote.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-04-09 14:54:46 -0400
committerNick Mathewson <nickm@torproject.org>2018-04-22 20:00:47 -0400
commitcaf766991dfd82dd1599ce90adc8afb9e749f468 (patch)
tree756a2d00d82f69d2e4c259499824e84e263f8955 /src/or/dirvote.h
parent93380db8333609b8613a1e987894c6f1fd8be6aa (diff)
downloadtor-caf766991dfd82dd1599ce90adc8afb9e749f468.tar.gz
tor-caf766991dfd82dd1599ce90adc8afb9e749f468.zip
Remove MIN_METHOD_FOR_ID_HASH_IN_MD and a test for running without it.
Diffstat (limited to 'src/or/dirvote.h')
-rw-r--r--src/or/dirvote.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/dirvote.h b/src/or/dirvote.h
index 311bc61e16..334dc07321 100644
--- a/src/or/dirvote.h
+++ b/src/or/dirvote.h
@@ -61,10 +61,6 @@
/** The highest consensus method that we currently support. */
#define MAX_SUPPORTED_CONSENSUS_METHOD 28
-/** Lowest consensus method where authorities may include an "id" line in
- * microdescriptors. */
-#define MIN_METHOD_FOR_ID_HASH_IN_MD 18
-
/** Lowest consensus method where we include "package" lines*/
#define MIN_METHOD_FOR_PACKAGE_LINES 19