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

[lintian] 10/15: r/html_reports: Remove unused %table_seen variable



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

nthykier pushed a commit to branch master
in repository lintian.

commit 95e4cd8fed0a4054aa4ebdb75920c096286df203
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 8 10:05:57 2014 +0100

    r/html_reports: Remove unused %table_seen variable
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 reporting/html_reports | 1 -
 1 file changed, 1 deletion(-)

diff --git a/reporting/html_reports b/reporting/html_reports
index 7dcbc4e..1fa30d3 100755
--- a/reporting/html_reports
+++ b/reporting/html_reports
@@ -451,7 +451,6 @@ output_template('maintainers.html', $templates{maintainers}, \%data);
 mkdir("$HTML_TMP_DIR/lookup-tables");
 open(my $table, '>', "$HTML_TMP_DIR/lookup-tables/source-packages");
 
-my %table_seen = ();
 foreach my $source (sort keys %sources) {
     my $first = 1;
     for my $version (sort versions_comparator keys %{ $sources{$source} }) {

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


Reply to: