From 0dfb593a5e4f5b28c428eacacdc7c5daee457a48 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 28 Oct 2010 12:01:51 +0000 Subject: - Patch #951726 by swentel: filter_cron() unnecessary. --- modules/filter/filter.module | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules') 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 @@ -358,15 +358,6 @@ function filter_permission_name($format) { return FALSE; } -/** - * Implements hook_cron(). - * - * Expire outdated filter cache entries - */ -function filter_cron() { - cache_clear_all(NULL, 'cache_filter'); -} - /** * Implements hook_modules_enabled(). */ -- cgit v1.2.3