* Introduced FileRepoStatus -- result class for file repo operations.
[lhc/web/wiklou.git] / maintenance / rebuildImages.php
index 06f84c9..dfdb3b2 100644 (file)
@@ -173,8 +173,6 @@ class ImageBuilder extends FiveUpgrade {
        function addMissingImage( $filename, $fullpath ) {
                $fname = 'ImageBuilder::addMissingImage';
 
-               $size = filesize( $fullpath );
-               $info = $this->imageInfo( $fullpath );
                $timestamp = $this->dbw->timestamp( filemtime( $fullpath ) );
 
                global $wgContLang;