* Removed a redundant variable by the name of 'redundant' from this redundancy
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 21 Jun 2005 01:31:16 +0000 (01:31 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Tue, 21 Jun 2005 01:31:16 +0000 (01:31 +0000)
  checking script.

maintenance/redundanttrans.php

index ea47c1a..de09686 100644 (file)
@@ -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 ) ) {