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

[lintian] 04/04: c/po-debconf: Drop 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 266c5cfadbae073878139e477510837e0785644a
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Apr 20 11:18:11 2017 +0000

    c/po-debconf: Drop unused variables
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/po-debconf.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/po-debconf.pm b/checks/po-debconf.pm
index b2d8550..2e207eb 100644
--- a/checks/po-debconf.pm
+++ b/checks/po-debconf.pm
@@ -32,7 +32,7 @@ use Lintian::Util qw(clean_env copy_dir run_cmd);
 
 sub run {
     my (undef, undef, $info) = @_;
-    my $has_template = my $has_depends = my $has_config = 0;
+    my $has_template = 0;
     my @lang_templates;
     my $full_translation = 0;
     my $debian_dir = $info->index_resolved_path('debian/');

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


Reply to: