r740@llin: dpavlin | 2006-06-30 00:55:19 +0200
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 29 Jun 2006 22:53:21 +0000 (22:53 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 29 Jun 2006 22:53:21 +0000 (22:53 +0000)
 fix warning

git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@546 07558da8-63fa-0310-ba24-9fe276d99e06

run.pl

diff --git a/run.pl b/run.pl
index 6bb258f..d69d16d 100755 (executable)
--- a/run.pl
+++ b/run.pl
@@ -226,7 +226,6 @@ while (my ($database, $db_config) = each %{ $config->{databases} }) {
 
                foreach my $normalize (@norm_array) {
 
-                       my $rules;
                        my $normalize_path = $normalize->{path} || $log->logdie("can't find normalize path in config");
 
                        $log->logdie("Found '$normalize_path' as normalization file which isn't supported any more!") unless ( $normalize_path =~ m!\.pl$!i );