goodNames isn't used anymore
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 28 Jan 2011 15:42:55 +0000 (15:42 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 28 Jan 2011 15:42:55 +0000 (15:42 +0000)
includes/installer/Installer.php

index 3e571f5..ceb8e98 100644 (file)
@@ -592,7 +592,6 @@ abstract class Installer {
                global $wgLang;
 
                $compiledDBs = array();
-               $goodNames = array();
                $allNames = array();
 
                foreach ( self::getDBTypes() as $name ) {
@@ -601,9 +600,7 @@ abstract class Installer {
 
                        if ( $db->isCompiled() ) {
                                $compiledDBs[] = $name;
-                               $goodNames[] = $readableName;
                        }
-
                        $allNames[] = $readableName;
                }