From: rousskov <> Date: Tue, 22 May 2007 09:44:34 +0000 (+0000) Subject: Removed hopefully unused SIZEOF_CHUNK macro in preparation for bug #1966 fix. X-Git-Tag: SQUID_3_0_PRE7~245 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4f8a9a0fa655eaba99a4dbbd10d67274ba18ff32;p=thirdparty%2Fsquid.git Removed hopefully unused SIZEOF_CHUNK macro in preparation for bug #1966 fix. --- diff --git a/include/MemPool.h b/include/MemPool.h index c2e97d372f..9ed383dab1 100644 --- a/include/MemPool.h +++ b/include/MemPool.h @@ -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 */