Follow-up r79845: add function documentation; only call wfMakeDirsParent if we have...
[lhc/web/wiklou.git] / includes / PoolCounter.php
index caf7e12..3851767 100644 (file)
@@ -145,8 +145,6 @@ abstract class PoolCounterWork {
                        $status = $this->poolCounter->acquireForMe();
                }
                
-               $result = false;
-               
                if ( $status->isOK() ) {
                        switch ( $status->value ) {
                                case PoolCounter::LOCKED: