More unused variables, whitespace
[lhc/web/wiklou.git] / maintenance / storage / orphanStats.php
index b3f12d0..e371dbc 100644 (file)
@@ -34,7 +34,6 @@ class OrphanStats extends Maintenance {
        }
 
        public function execute() {
-               $extDBs = array();
                $dbr = wfGetDB( DB_SLAVE );
                if ( !$dbr->tableExists( 'blob_orphans' ) ) {
                        $this->error( "blob_orphans doesn't seem to exist, need to run trackBlobs.php first", true );