Drop private EchoCachedList::ONE_DAY, unused

Change-Id: I14e53bcd593161c2fb6e29a5d280615d8694ebb4
This commit is contained in:
James D. Forrester 2020-09-20 13:38:01 +01:00
parent 2afb728a10
commit 61cda882f5

View file

@ -6,7 +6,6 @@
*/
class EchoCachedList implements EchoContainmentList {
private const ONE_WEEK = 4233600;
private const ONE_DAY = 86400;
/** @var WANObjectCache */
protected $cache;