Revision: 14631 Author: adrian.chadd Date: Mon Apr 19 22:07:48 2010 Log: Remove now unused code
http://code.google.com/p/lusca-cache/source/detail?r=14631 Modified: /branches/LUSCA_HEAD/libmem/MemPool.c ======================================= --- /branches/LUSCA_HEAD/libmem/MemPool.c Fri Mar 26 06:11:29 2010 +++ /branches/LUSCA_HEAD/libmem/MemPool.c Mon Apr 19 22:07:48 2010 @@ -46,9 +46,7 @@ MemPoolStatInfo MemPoolStats = { 0, 0 }; /* local prototypes */ -static void memShrink(size_t new_limit); static void memPoolDescribe(const MemPool * pool); -static void memPoolShrink(MemPool * pool, size_t new_limit); /* Initialization */ @@ -111,12 +109,6 @@ stackClean(&Pools); } - -static void -memShrink(size_t new_limit) -{ - /* NULL operation */ -} /* MemPoolMeter */ @@ -241,12 +233,6 @@ memMeterDel(TheMeter.alloc, pool->obj_size); xfree(obj); } - -static void -memPoolShrink(MemPool * pool, size_t new_limit) -{ - /* NULL operation now */ -} int memPoolWasUsed(const MemPool * pool) -- You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en.
