]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: remove unused Ipc::MemMap::ttl
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Aug 2016 23:20:36 +0000 (11:20 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 8 Aug 2016 23:20:36 +0000 (11:20 +1200)
 Detected by Coverity Scan. Issue 1364747

src/ipc/MemMap.h

index 18437e5de91245569cb17f7c6b763fe6649f8e66..5f9d6244ddaa93ab987b7834242ad4e3c93d8ef6 100644 (file)
@@ -124,7 +124,6 @@ protected:
 
     const SBuf path; ///< cache_dir path, used for logging
     Mem::Pointer<Shared> shared;
-    int ttl;
 
 private:
     int slotIndexByKey(const cache_key *const key) const;