From 130fa2630764161627a9aaa4fd5b6872db124c1a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 21 Jun 2005 01:31:16 +0000 Subject: [PATCH] * Removed a redundant variable by the name of 'redundant' from this redundancy checking script. --- maintenance/redundanttrans.php | 1 - 1 file changed, 1 deletion(-) 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 ) ) { -- 2.20.1