From 61cda882f5fec584f2feb8c3611c8aae63ea8ae5 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Sun, 20 Sep 2020 13:38:01 +0100 Subject: [PATCH] Drop private EchoCachedList::ONE_DAY, unused Change-Id: I14e53bcd593161c2fb6e29a5d280615d8694ebb4 --- includes/EchoCachedList.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/EchoCachedList.php b/includes/EchoCachedList.php index 6594cd209..697c26125 100644 --- a/includes/EchoCachedList.php +++ b/includes/EchoCachedList.php @@ -6,7 +6,6 @@ */ class EchoCachedList implements EchoContainmentList { private const ONE_WEEK = 4233600; - private const ONE_DAY = 86400; /** @var WANObjectCache */ protected $cache;