From: Max Semenik Date: Fri, 9 Jul 2010 13:45:09 +0000 (+0000) Subject: Removed commented-out deprecated function X-Git-Tag: 1.31.0-rc.0~36194 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=28dd709f13599e5a8454890c0943e3e85c1b657a;p=lhc%2Fweb%2Fwiklou.git Removed commented-out deprecated function --- 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