mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
NotificationDeleteJob: Remove unused variable $targetMapper
Change-Id: Iaf5e3ae53ae55820dca9c7b7d96506154af0f75d
This commit is contained in:
parent
b6fab8150a
commit
db6c1f076d
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue