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 );