From: Guido Serassio Date: Sun, 12 Oct 2008 18:47:33 +0000 (+0200) Subject: Windows port: Fix build failure on Windows, rollback of wrong changes. X-Git-Tag: SQUID_3_0_STABLE10~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d026532fde230fbfe282dffb46c94e54c56647d;p=thirdparty%2Fsquid.git Windows port: Fix build failure on Windows, rollback of wrong changes. The changes from this patch are absolutely wrong: http://www.squid-cache.org/Versions/v3/3.0/changesets/b8884.patch This is a 3.0 specific problem. --- diff --git a/src/comm_select_win32.cc b/src/comm_select_win32.cc old mode 100644 new mode 100755 index 1475cdf1fc..0498f83bc7 --- a/src/comm_select_win32.cc +++ b/src/comm_select_win32.cc @@ -684,15 +684,6 @@ comm_select_dns_incoming(void) statHistCount(&statCounter.comm_dns_incoming, nevents); } -static void -commSelectRegisterWithCacheManager(void) -{ - CacheManager::GetInstance()-> - registerAction("comm_select_incoming", - "comm_incoming() stats", - commIncomingStats, 0, 1); -} - void comm_select_init(void) {