From: Amos Jeffries Date: Mon, 8 Aug 2016 23:20:36 +0000 (+1200) Subject: Cleanup: remove unused Ipc::MemMap::ttl X-Git-Tag: SQUID_4_0_14~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5424d0d340a2b0ddab588b0b9c8d9f99ca03785b;p=thirdparty%2Fsquid.git Cleanup: remove unused Ipc::MemMap::ttl Detected by Coverity Scan. Issue 1364747 --- diff --git a/src/ipc/MemMap.h b/src/ipc/MemMap.h index 18437e5de9..5f9d6244dd 100644 --- a/src/ipc/MemMap.h +++ b/src/ipc/MemMap.h @@ -124,7 +124,6 @@ protected: const SBuf path; ///< cache_dir path, used for logging Mem::Pointer shared; - int ttl; private: int slotIndexByKey(const cache_key *const key) const;