Removed useless doGetPeriodicTasks() override
[lhc/web/wiklou.git] / 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