From f56f84ac1689330801afc9e25fcd998ef8b39f33 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 27 Aug 2009 21:14:57 +0200 Subject: [PATCH] Remove unused variables --- scripts/parsealliances.pl | 2 -- scripts/parsegalaxies.pl | 2 -- scripts/parseplanets.pl | 2 -- 3 files changed, 6 deletions(-) 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; -- 2.39.2