From 8948a44ffb03ba5467daceebdefc47c8900f51b2 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Tue, 14 Jul 2020 16:04:23 +0100 Subject: lorry.tar-importer: Delete unused variable The $commit_time variable is unused since commit cf4a0dff36819 "Make tarball lorries reproducible", but it confused me into thinking the issue was still unfixed. Delete it to avoid confusing anyone else. --- lorry.tar-importer | 1 - 1 file changed, 1 deletion(-) (limited to 'lorry.tar-importer') diff --git a/lorry.tar-importer b/lorry.tar-importer index 6cdad1d..2a7c746 100755 --- a/lorry.tar-importer +++ b/lorry.tar-importer @@ -43,7 +43,6 @@ open(FI, '|-', 'git', 'fast-import', '--quiet') or die "Unable to start git fast-import: $!\n"; foreach my $tar_file (@ARGV) { - my $commit_time = time; $tar_file =~ m,([^/]+)$,; my $tar_name = $1; -- cgit v1.2.1