NotificationDeleteJob: Remove unused variable $targetMapper

Change-Id: Iaf5e3ae53ae55820dca9c7b7d96506154af0f75d
This commit is contained in:
Roan Kattouw 2019-03-01 17:05:10 -08:00
parent b6fab8150a
commit db6c1f076d

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