Removed useless doGetPeriodicTasks() override
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 7 May 2015 00:49:40 +0000 (17:49 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 7 May 2015 00:49:40 +0000 (17:49 -0700)
Change-Id: I70b33ad746c5f31bba5b83e249f8c22faf316cf4

includes/jobqueue/JobQueueRedis.php

index 275d027..c0d3bec 100644 (file)
@@ -611,13 +611,6 @@ LUA;
                }
        }
 
-       /**
-        * @return array
-        */
-       protected function doGetPeriodicTasks() {
-               return array(); // managed in the runner loop
-       }
-
        /**
         * @param IJobSpecification $job
         * @return array