[or-cvs] r10511: Remove another long-dead #if 0 I missed before (in tor/trunk: . src/or)
nickm at seul.org
nickm at seul.org
Wed Jun 6 04:51:33 UTC 2007
Author: nickm
Date: 2007-06-06 00:51:33 -0400 (Wed, 06 Jun 2007)
New Revision: 10511
Modified:
tor/trunk/
tor/trunk/src/or/config.c
Log:
r13276 at catbus: nickm | 2007-06-05 19:45:33 -0400
Remove another long-dead #if 0 I missed before
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r13276] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/src/or/config.c
===================================================================
--- tor/trunk/src/or/config.c 2007-06-06 04:51:30 UTC (rev 10510)
+++ tor/trunk/src/or/config.c 2007-06-06 04:51:33 UTC (rev 10511)
@@ -2762,12 +2762,6 @@
return -1;
}
-#if 0
- if (options->SocksPort >= 1 &&
- (options->PathlenCoinWeight < 0.0 || options->PathlenCoinWeight >= 1.0))
- REJECT("PathlenCoinWeight option must be >=0.0 and <1.0.");
-#endif
-
if (options->RendPostPeriod < MIN_REND_POST_PERIOD) {
log(LOG_WARN,LD_CONFIG,"RendPostPeriod option must be at least %d seconds."
" Clipping.", MIN_REND_POST_PERIOD);
More information about the tor-commits
mailing list