]> git.donarmstrong.com Git - debbugs.git/blobdiff - bin/debbugs-loadsql
remove useless $time and $start_time variables
[debbugs.git] / bin / debbugs-loadsql
index f452431d3bc8b34dc01f53dcd91dc1e8cc2029de..a0da985d6a29a2196cc875c6433eff2bde63e6a6 100755 (executable)
@@ -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',