From 5424d0d340a2b0ddab588b0b9c8d9f99ca03785b Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 9 Aug 2016 11:20:36 +1200 Subject: [PATCH] Cleanup: remove unused Ipc::MemMap::ttl Detected by Coverity Scan. Issue 1364747 --- src/ipc/MemMap.h | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2