Removed unused LockManager var
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 20 Sep 2015 20:57:46 +0000 (13:57 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 20 Sep 2015 20:57:46 +0000 (13:57 -0700)
Change-Id: I02c1fef624e6f2fe04e3c6d525aaed881eacabd7

includes/filebackend/lockmanager/LockManager.php

index 615ba77..8115fd4 100644 (file)
@@ -102,7 +102,6 @@ abstract class LockManager {
         * @since 1.22
         */
        final public function lockByType( array $pathsByType, $timeout = 0 ) {
-               $status = Status::newGood();
                $pathsByType = $this->normalizePathsByType( $pathsByType );
                $msleep = array( 0, 50, 100, 300, 500 ); // retry backoff times
                $start = microtime( true );