From: Michael Andreen Date: Thu, 27 Aug 2009 19:14:57 +0000 (+0200) Subject: Remove unused variables X-Git-Url: https://ruin.nu/git/?p=ndwebbie.git;a=commitdiff_plain;h=f56f84ac1689330801afc9e25fcd998ef8b39f33 Remove unused variables --- diff --git a/scripts/parsealliances.pl b/scripts/parsealliances.pl index 02e9a49..36a8030 100755 --- a/scripts/parsealliances.pl +++ b/scripts/parsealliances.pl @@ -35,8 +35,6 @@ use ND::DB; our $dbh = ND::DB::DB(); -$ND::DBH = $dbh; - my $tick = $ARGV[0]; my $hour; $dbh->begin_work; diff --git a/scripts/parsegalaxies.pl b/scripts/parsegalaxies.pl index 561b244..0ba0f0c 100755 --- a/scripts/parsegalaxies.pl +++ b/scripts/parsegalaxies.pl @@ -35,8 +35,6 @@ use ND::DB; our $dbh = ND::DB::DB(); -$ND::DBH = $dbh; - my $tick = $ARGV[0]; my $hour; $dbh->begin_work; diff --git a/scripts/parseplanets.pl b/scripts/parseplanets.pl index 7d3eda7..a01377f 100755 --- a/scripts/parseplanets.pl +++ b/scripts/parseplanets.pl @@ -35,8 +35,6 @@ use ND::DB; our $dbh = ND::DB::DB(); -$ND::DBH = $dbh; - my $tick = $ARGV[0]; my $hour; $dbh->begin_work;