aboutsummaryrefslogtreecommitdiff
path: root/src/app/config/config.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-12-19 10:42:44 -0500
committerNick Mathewson <nickm@torproject.org>2019-12-19 10:42:44 -0500
commit3210598c30c46ea0f192a20d96e2f10f481c2366 (patch)
tree2a2f2d708867930ffc56235a2a3a9736b09d03cb /src/app/config/config.c
parent87f7c2d01817913b3fcf36a3025c55feef13612c (diff)
downloadtor-3210598c30c46ea0f192a20d96e2f10f481c2366.tar.gz
tor-3210598c30c46ea0f192a20d96e2f10f481c2366.zip
Move TestingDirVote{Exit,Guard,HSdir}{,IsStrict} to dirauth module
Diffstat (limited to 'src/app/config/config.c')
-rw-r--r--src/app/config/config.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 81e5e6a8ed..1bfb41f48f 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -752,12 +752,6 @@ static const config_var_t option_vars_[] = {
OBSOLETE("TestingDescriptorMaxDownloadTries"),
OBSOLETE("TestingMicrodescMaxDownloadTries"),
OBSOLETE("TestingCertMaxDownloadTries"),
- V_D(TestingDirAuthVoteExit, ROUTERSET, NULL),
- V(TestingDirAuthVoteExitIsStrict, BOOL, "0"),
- V_D(TestingDirAuthVoteGuard, ROUTERSET, NULL),
- V(TestingDirAuthVoteGuardIsStrict, BOOL, "0"),
- V_D(TestingDirAuthVoteHSDir, ROUTERSET, NULL),
- V(TestingDirAuthVoteHSDirIsStrict, BOOL, "0"),
VAR_INVIS("___UsingTestNetworkDefaults", BOOL, UsingTestNetworkDefaults_,
"0"),