From 28dd709f13599e5a8454890c0943e3e85c1b657a Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 9 Jul 2010 13:45:09 +0000 Subject: [PATCH] Removed commented-out deprecated function --- includes/job/JobQueue.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/includes/job/JobQueue.php b/includes/job/JobQueue.php index 3ae4b8e97a..8a4f569f97 100644 --- a/includes/job/JobQueue.php +++ b/includes/job/JobQueue.php @@ -34,13 +34,6 @@ abstract class Job { * Static functions *------------------------------------------------------------------------*/ - /** - * @deprecated use LinksUpdate::queueRecursiveJobs() - */ - /** - * static function queueLinksJobs( $titles ) {} - */ - /** * Pop a job of a certain type. This tries less hard than pop() to * actually find a job; it may be adversely affected by concurrent job -- 2.20.1