From: Amos Jeffries Date: Mon, 20 Dec 2010 04:41:39 +0000 (-0700) Subject: Portage amendments to obsoletion processing X-Git-Tag: SQUID_3_1_10~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8faddbd6b082da1601ba63e82af64fad9fa29f36;p=thirdparty%2Fsquid.git Portage amendments to obsoletion processing --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index da99aac8f7..1cf9f4774b 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -757,12 +757,6 @@ void parse_obsolete(const char *name) { // Directives which have been radically changed rather than removed - if (!strcmp(name, "url_rewrite_concurrency")) { - int cval; - parse_int(&cval); - debugs(3, DBG_CRITICAL, "WARNING: url_rewrite_concurrency upgrade overriding url_rewrite_children settings."); - Config.redirectChildren.concurrency = cval; - } } /* Parse a time specification from the config file. Store the