aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/cron/task_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/cron/task_base.php')
-rw-r--r--phpBB/includes/cron/task_base.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/cron/task_base.php b/phpBB/includes/cron/task_base.php
index 1edb4aae51..d867b3abf1 100644
--- a/phpBB/includes/cron/task_base.php
+++ b/phpBB/includes/cron/task_base.php
@@ -16,11 +16,6 @@ if (!defined('IN_PHPBB'))
exit;
}
-if (!interface_exists('cron_task'))
-{
- include($phpbb_root_path . 'includes/cron/cron_task.' . $phpEx);
-}
-
/**
* Cron task base class. Provides sensible defaults for cron tasks
* and partially implements cron task interface, making writing cron tasks easier.