From 55e9ddb509a5d7c81d9185be33d09515216bc79f Mon Sep 17 00:00:00 2001 From: Sean Colombo Date: Fri, 28 May 2010 19:01:00 +0000 Subject: [PATCH] Removed an unused local variable in a User function. --- includes/User.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index b5867d1d62..941f0bdca1 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3556,7 +3556,6 @@ class User { * @return \bool */ static function comparePasswords( $hash, $password, $userId = false ) { - $m = false; $type = substr( $hash, 0, 3 ); $result = false; -- 2.20.1