diff options
Diffstat (limited to 'phpBB/includes/cron/cron_task_base.php')
| -rw-r--r-- | phpBB/includes/cron/cron_task_base.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/includes/cron/cron_task_base.php b/phpBB/includes/cron/cron_task_base.php index a75e27ac13..f35ecd4ae0 100644 --- a/phpBB/includes/cron/cron_task_base.php +++ b/phpBB/includes/cron/cron_task_base.php @@ -35,11 +35,6 @@ if (!class_exists('cron_task')) abstract class cron_task_base implements cron_task { /** - * Runs this cron task. - */ - abstract public function run(); - - /** * Returns whether this cron task can run, given current board configuration. * * For example, a cron task that prunes forums can only run when |
