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;