From: Roland Häder Date: Mon, 22 May 2017 16:40:29 +0000 (+0200) Subject: no more generic X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9f4330f0a05469e16ce9138783dbd2589fa19b0d;p=core.git no more generic Signed-off-by: Roland Häder --- diff --git a/framework/config-global.php b/framework/config-global.php index 303029d5..ad84b428 100644 --- a/framework/config-global.php +++ b/framework/config-global.php @@ -417,9 +417,6 @@ $cfg->setConfigEntry('list_group_class', 'CoreFramework\Lists\Group\ListGroupLis // CFG: DEFAULT-ITERATOR-CLASS $cfg->setConfigEntry('default_iterator_class', 'CoreFramework\Iterator\DefaultIterator'); -// CFG: ACTIVE-TASK-VISITOR-CLASS -$cfg->setConfigEntry('active_task_visitor_class', 'CoreFramework\Visitor\Task\Active\ActiveTaskVisitor'); - // CFG: IDLE-TASK-CLASS $cfg->setConfigEntry('idle_task_class', 'CoreFramework\Task\IdleLoop\IdleLoopTask');