poller.php is cleaned up, unneeded stuff has been removed

This commit is contained in:
Michael 2017-11-18 11:01:01 +00:00
parent 925d2d2383
commit 01362461cf
3 changed files with 22 additions and 33 deletions

View file

@ -3,7 +3,6 @@
* @file mod/worker.php
* @brief Module for running the poller as frontend process
*/
require_once("include/poller.php");
use Friendica\Core\Worker;
use Friendica\Core\Config;