[libconfig-model-dpkg-perl] 02/02: Scanner: removed dead code

dod at debian.org dod at debian.org
Mon Jan 12 19:57:22 UTC 2015


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

dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit ffaf8db558c44212296df6dc07c141c690899745
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Jan 12 20:55:26 2015 +0100

    Scanner: removed dead code
---
 lib/Dpkg/Copyright/Scanner.pm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 4edc23c..664f39a 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -14,9 +14,6 @@ no warnings qw/experimental::postderef experimental::signatures/;
 our @EXPORT = qw(scan_files print_copyright);
 
 my $whitespace_list_delimiter = $ENV{'whitespace_list_delimiter'} || "\n ";
-my $rfc822_list_delimiter = $ENV{'rfc822_list_delimiter'} || "\n  ";
-my $merge_same_license = $ENV{'merge_same_license'} || "";
-
 
 # license and copyright sanitisation pilfered from Jonas's licensecheck2dep5
 # hence this file is GPL-2+ not LGPL-2.1+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



More information about the Pkg-perl-cvs-commits mailing list