diff options
-rw-r--r-- | modules/filter/filter.module | 9 |
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) { |