]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windows port: Fix build failure on Windows, rollback of wrong changes.
authorGuido Serassio <serassio@squid-cache.org>
Sun, 12 Oct 2008 18:47:33 +0000 (20:47 +0200)
committerGuido Serassio <serassio@squid-cache.org>
Sun, 12 Oct 2008 18:47:33 +0000 (20:47 +0200)
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.

src/comm_select_win32.cc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 1475cdf..0498f83
@@ -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)
 {