From 95a797c0c3d96f97bac981eae41f2569b14ce061 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 8 Jul 2019 22:56:25 -0700 Subject: [PATCH] jobqueue: remove unused "aggregator" field reference in JobQueueFederated Change-Id: I355d1669a3845508d9be3ad11653f1b98446d9be --- includes/jobqueue/JobQueueFederated.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/jobqueue/JobQueueFederated.php b/includes/jobqueue/JobQueueFederated.php index 8b5a62ef54..beab4c6bae 100644 --- a/includes/jobqueue/JobQueueFederated.php +++ b/includes/jobqueue/JobQueueFederated.php @@ -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] ) ) { -- 2.20.1