[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: harness: Remove unused $list_file variable



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit f8914c324657640afa26aafe7645e2a7c93bd7fe
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Jan 22 20:42:52 2016 +0000

    harness: Remove unused $list_file variable
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/harness | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reporting/harness b/reporting/harness
index 5f17a3c..99f182e 100755
--- a/reporting/harness
+++ b/reporting/harness
@@ -123,10 +123,10 @@ delete($ENV{'LINTIAN_ROOT'});
 my $html_reports_cmd = "$LINTIAN_ROOT/reporting/html_reports";
 my $dplint_cmd = "$LINTIAN_ROOT/frontend/dplint";
 
-my ($log_file, $list_file, $lintian_log, $lintian_perf_log,$html_reports_log,
+my ($log_file, $lintian_log, $lintian_perf_log,$html_reports_log,
     $sync_state_log)
   = map {"$LOG_DIR/$_" }
-  qw(harness.log changed-packages.list lintian.log lintian-perf.log html_reports.log sync_state.log);
+  qw(harness.log lintian.log lintian-perf.log html_reports.log sync_state.log);
 my $STATE_DIR = $HARNESS_STATE_DIR;
 
 # import perl libraries

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: