From: Nick Mathewson Date: Wed, 6 Jun 2007 04:51:33 +0000 (+0000) Subject: r13276@catbus: nickm | 2007-06-05 19:45:33 -0400 X-Git-Tag: tor-0.2.0.3-alpha~250 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a29d6808140df77dc8a9381906f178588440e1c;p=thirdparty%2Ftor.git r13276@catbus: nickm | 2007-06-05 19:45:33 -0400 Remove another long-dead #if 0 I missed before svn:r10511 --- diff --git a/src/or/config.c b/src/or/config.c index 95a75b9159..97e1a50020 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2762,12 +2762,6 @@ options_validate(or_options_t *old_options, or_options_t *options, 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);