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

[lintian] 01/01: Test::Lintian: Remove some unused variables



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

nthykier pushed a commit to branch master
in repository lintian.

commit 22df205053015c684cda7d8720bbd95411c6a200
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jan 20 22:44:44 2016 +0000

    Test::Lintian: Remove some unused variables
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 lib/Test/Lintian.pm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/Test/Lintian.pm b/lib/Test/Lintian.pm
index 831b278..8e192db 100644
--- a/lib/Test/Lintian.pm
+++ b/lib/Test/Lintian.pm
@@ -184,7 +184,6 @@ sub test_check_desc {
         my $content_type = $content_type_base;
         my $cname = $header->{'check-script'}//'';
         my $ctype = $header->{'type'} // '';
-        my $cinfo = $header->{'info'} // '';
         my $needs = $header->{'needs-info'} // '';
         my $tname = $header->{'check-script-translation'} // '';
         my $i = 1; # paragraph counter.
@@ -605,7 +604,6 @@ sub test_tags_implemented {
     my ($opts, $dir, @checknames);
     my $pattern;
     my $builder = $CLASS->builder;
-    my $find_opt = {'want-check-name' => 1,};
 
     if ($_[0] and ref $_[0] eq 'HASH') {
         ($opts, $dir, @checknames) = @_;

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


Reply to: