From db6c1f076d58dd8a538e37f5de855c7b9546f6d7 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 1 Mar 2019 17:05:10 -0800 Subject: [PATCH] NotificationDeleteJob: Remove unused variable $targetMapper Change-Id: Iaf5e3ae53ae55820dca9c7b7d96506154af0f75d --- includes/jobs/NotificationDeleteJob.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/jobs/NotificationDeleteJob.php b/includes/jobs/NotificationDeleteJob.php index 5efd410f7..3e512d7d7 100644 --- a/includes/jobs/NotificationDeleteJob.php +++ b/includes/jobs/NotificationDeleteJob.php @@ -46,7 +46,6 @@ class EchoNotificationDeleteJob extends Job { } $notifMapper = new EchoNotificationMapper(); - $targetMapper = new EchoTargetPageMapper(); // Back-compat for older jobs which used array( $userId => $userId ); $userIds = array_values( $this->userIds );