From 5d0468505b3d58b968ec6a7be399a69adc24d452 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 28 Jan 2011 15:42:55 +0000 Subject: [PATCH] goodNames isn't used anymore --- includes/installer/Installer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 3e571f5c46..ceb8e98040 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -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; } -- 2.20.1