From 24c7f591143a4c7b5a31a6d9a7a1d708bab9684b Mon Sep 17 00:00:00 2001 From: addshore Date: Sun, 3 Apr 2016 11:03:36 +0300 Subject: [PATCH] Remove unused fields from SpecialBotPasswords Change-Id: I64518fd34f8c040c53d66669d69e84b89f318ae8 --- includes/specials/SpecialBotPasswords.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/specials/SpecialBotPasswords.php b/includes/specials/SpecialBotPasswords.php index bcba190570..1027f1f6e8 100644 --- a/includes/specials/SpecialBotPasswords.php +++ b/includes/specials/SpecialBotPasswords.php @@ -84,9 +84,6 @@ class SpecialBotPasswords extends FormSpecialPage { } protected function getFormFields() { - $user = $this->getUser(); - $request = $this->getRequest(); - $fields = []; if ( $this->par !== null ) { -- 2.20.1