Merge "NotificationDeleteJob: Remove unused variable $targetMapper"

This commit is contained in:
jenkins-bot 2019-03-02 03:43:50 +00:00 committed by Gerrit Code Review
commit 19cef58454

View file

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