From: Don Armstrong Date: Fri, 9 Feb 2018 00:52:02 +0000 (-0800) Subject: remove useless $time and $start_time variables X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=5698e105f0a67c5476f72368c6cc9118b44dd9f7 remove useless $time and $start_time variables --- diff --git a/bin/debbugs-loadsql b/bin/debbugs-loadsql index f452431..a0da985 100755 --- a/bin/debbugs-loadsql +++ b/bin/debbugs-loadsql @@ -267,8 +267,6 @@ sub add_bugs { my $s = db_connect($options); - my $time = 0; - my $start_time = time; my %tags; my %severities; my %queue; @@ -539,10 +537,6 @@ sub add_logs { } my $s = db_connect($options); - - my $time = 0; - my $start_time = time; - walk_bugs([(@{$argv}?@{$argv} : $initialdir)], $p, 'log',