jobqueue: remove unused "aggregator" field reference in JobQueueFederated
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 9 Jul 2019 05:56:25 +0000 (22:56 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 9 Jul 2019 05:56:25 +0000 (22:56 -0700)
Change-Id: I355d1669a3845508d9be3ad11653f1b98446d9be

includes/jobqueue/JobQueueFederated.php

index 8b5a62e..beab4c6 100644 (file)
@@ -88,8 +88,6 @@ class JobQueueFederated extends JobQueue {
                ) {
                        unset( $baseConfig[$o] ); // partition queue doesn't care about this
                }
-               // The class handles all aggregator calls already
-               unset( $baseConfig['aggregator'] );
                // Get the partition queue objects
                foreach ( $partitionMap as $partition => $w ) {
                        if ( !isset( $params['configByPartition'][$partition] ) ) {