From: Ævar Arnfjörð Bjarmason Date: Tue, 21 Jun 2005 01:31:16 +0000 (+0000) Subject: * Removed a redundant variable by the name of 'redundant' from this redundancy X-Git-Tag: 1.5.0beta1~113 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=130fa2630764161627a9aaa4fd5b6872db124c1a;p=lhc%2Fweb%2Fwiklou.git * Removed a redundant variable by the name of 'redundant' from this redundancy checking script. --- diff --git a/maintenance/redundanttrans.php b/maintenance/redundanttrans.php index ea47c1a1ce..de09686346 100644 --- a/maintenance/redundanttrans.php +++ b/maintenance/redundanttrans.php @@ -16,7 +16,6 @@ if ( 'en' == $wgLanguageCode ) { $count = $total = 0; $msgarray = 'wgAllMessages' . ucfirst( $wgLanguageCode ); -$redundant = array(); foreach ( $$msgarray as $code => $msg ) { ++$total; if ( ! array_key_exists( $code, $wgAllMessagesEn ) ) {