summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-28 12:01:51 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-28 12:01:51 +0000
commit0dfb593a5e4f5b28c428eacacdc7c5daee457a48 (patch)
tree5f09febe92e438579f7c273011a3c9ebfa295406
parent1d0f6479da4cdbd14b747ead6cb934a769a9579d (diff)
downloadbrdo-0dfb593a5e4f5b28c428eacacdc7c5daee457a48.tar.gz
brdo-0dfb593a5e4f5b28c428eacacdc7c5daee457a48.tar.bz2
- Patch #951726 by swentel: filter_cron() unnecessary.
-rw-r--r--modules/filter/filter.module9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index 5eb007fff..277363731 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -359,15 +359,6 @@ function filter_permission_name($format) {
}
/**
- * Implements hook_cron().
- *
- * Expire outdated filter cache entries
- */
-function filter_cron() {
- cache_clear_all(NULL, 'cache_filter');
-}
-
-/**
* Implements hook_modules_enabled().
*/
function filter_modules_enabled($modules) {