]> git.donarmstrong.com Git - debbugs.git/commitdiff
remove useless $time and $start_time variables
authorDon Armstrong <don@donarmstrong.com>
Fri, 9 Feb 2018 00:52:02 +0000 (16:52 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 9 Feb 2018 00:52:02 +0000 (16:52 -0800)
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',