]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed hopefully unused SIZEOF_CHUNK macro in preparation for bug #1966 fix.
authorrousskov <>
Tue, 22 May 2007 09:44:34 +0000 (09:44 +0000)
committerrousskov <>
Tue, 22 May 2007 09:44:34 +0000 (09:44 +0000)
include/MemPool.h

index c2e97d372f3ff812cd0cb8a22e2fe8909a226a40..9ed383dab1b12f3dc524d8dc0a0a6ac1984ed863 100644 (file)
@@ -298,8 +298,6 @@ struct _MemPoolGlobalStats
     int mem_idle_limit;
 };
 
-#define SIZEOF_CHUNK  ( ( sizeof(MemChunk) + sizeof(double) -1) / sizeof(double) ) * sizeof(double);
-
 #define memPoolCreate MemPools::GetInstance().create
 
 /* Allocator API */