From: Sean Colombo Date: Fri, 28 May 2010 19:01:00 +0000 (+0000) Subject: Removed an unused local variable in a User function. X-Git-Tag: 1.31.0-rc.0~36685 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=55e9ddb509a5d7c81d9185be33d09515216bc79f;p=lhc%2Fweb%2Fwiklou.git Removed an unused local variable in a User function. --- 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;