From 69661f2fe8561bf965d66aa605d17ff46b72978c Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Fri, 19 Jan 2018 16:38:55 -0800 Subject: [PATCH] Remove unused SpecialPasswordReset::$passwords Change-Id: I4c03bd9b7f01bacba453a263c3676b4f47aec933 --- includes/specials/SpecialPasswordReset.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/includes/specials/SpecialPasswordReset.php b/includes/specials/SpecialPasswordReset.php index a4f16bd7c9..84292f3ed9 100644 --- a/includes/specials/SpecialPasswordReset.php +++ b/includes/specials/SpecialPasswordReset.php @@ -36,11 +36,6 @@ class SpecialPasswordReset extends FormSpecialPage { /** @var PasswordReset */ private $passwordReset = null; - /** - * @var string[] Temporary storage for the passwords which have been sent out, keyed by username. - */ - private $passwords = []; - /** * @var Status */ -- 2.20.1