From 8faddbd6b082da1601ba63e82af64fad9fa29f36 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 19 Dec 2010 21:41:39 -0700 Subject: [PATCH] Portage amendments to obsoletion processing --- src/cache_cf.cc | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.47.2