From: Amos Jeffries Date: Thu, 31 Mar 2016 10:02:08 +0000 (+1300) Subject: Mark GetPool() for removal X-Git-Tag: SQUID_4_0_8~7^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b31547a999c365dcec7e7bf882aa7e9fe2d631a4;p=thirdparty%2Fsquid.git Mark GetPool() for removal --- diff --git a/src/mem/old_api.cc b/src/mem/old_api.cc index ef752f5574..aa7527d16f 100644 --- a/src/mem/old_api.cc +++ b/src/mem/old_api.cc @@ -60,6 +60,9 @@ static Mem::Meter HugeBufCountMeter; static Mem::Meter HugeBufVolumeMeter; /* local routines */ + +// XXX: refactor objects using these pools to use MEMPROXY classes instead +// then remove this function entirely static MemAllocator *& GetPool(size_t type) {