Merge "jobqueue: remove entire unused JobQueueAggregator class hierarchy"
[lhc/web/wiklou.git] / includes / jobqueue / JobQueueGroup.php
index 7ae9713..b9c4157 100644 (file)
@@ -114,7 +114,6 @@ class JobQueueGroup {
                } else {
                        $conf = $conf + $wgJobTypeConf['default'];
                }
-               $conf['aggregator'] = JobQueueAggregator::singleton();
                if ( !isset( $conf['readOnlyReason'] ) ) {
                        $conf['readOnlyReason'] = $this->readOnlyReason;
                }