From: Henrik Nordstrom Date: Fri, 11 Jul 2008 20:14:45 +0000 (+0200) Subject: Remove a leftover #if USE_CARP X-Git-Tag: SQUID_3_1_0_1~49^2~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51e35da57f81c3be7e194014b78d6b334fd954ad;p=thirdparty%2Fsquid.git Remove a leftover #if USE_CARP --- diff --git a/src/main.cc b/src/main.cc index c27b6a7385..b673775c84 100644 --- a/src/main.cc +++ b/src/main.cc @@ -968,11 +968,7 @@ mainInitialize(void) accessLogRegisterWithCacheManager(manager); asnRegisterWithCacheManager(manager); authenticateRegisterWithCacheManager(&Config.authConfiguration, manager); -#if USE_CARP - carpRegisterWithCacheManager(manager); -#endif - cbdataRegisterWithCacheManager(manager); /* These use separate calls so that the comm loops can eventually * coexist.