]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r13276@catbus: nickm | 2007-06-05 19:45:33 -0400
authorNick Mathewson <nickm@torproject.org>
Wed, 6 Jun 2007 04:51:33 +0000 (04:51 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 6 Jun 2007 04:51:33 +0000 (04:51 +0000)
 Remove another long-dead #if 0 I missed before

svn:r10511

src/or/config.c

index 95a75b915945a5601192a11b1b1b524fe91247fc..97e1a50020ce1afb00b4b2e9557bb9ded0cbf5d9 100644 (file)
@@ -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);