From 1a18220059e18677a1c888e4a0082a2e73400e19 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 28 Feb 2018 23:49:29 -0500 Subject: [PATCH] Remove unused global cache constants --- boot.php | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/boot.php b/boot.php index 5dc7ce1e9d..a8b998fe1b 100644 --- a/boot.php +++ b/boot.php @@ -119,22 +119,6 @@ define('LOGGER_DATA', 3); define('LOGGER_ALL', 4); /* @}*/ -/** - * @name Cache - * - * Cache levels - * @{ - */ -define('CACHE_MONTH', 0); -define('CACHE_WEEK', 1); -define('CACHE_DAY', 2); -define('CACHE_HOUR', 3); -define('CACHE_HALF_HOUR', 4); -define('CACHE_QUARTER_HOUR', 5); -define('CACHE_FIVE_MINUTES', 6); -define('CACHE_MINUTE', 7); -/* @}*/ - /** * @name Register *