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

[SCM] Debian package checker branch, master, updated. 2.5.10-70-g0152456



The following commit has been merged in the master branch:
commit 01524567e5608ec33f6f009250a01af4ef37752b
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jul 22 16:17:42 2012 +0200

    c/infofiles: Remove unused variable
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/checks/infofiles b/checks/infofiles
index 42eb7d0..9f4377a 100644
--- a/checks/infofiles
+++ b/checks/infofiles
@@ -38,7 +38,6 @@ my $info = shift;
 foreach my $file ($info->sorted_index) {
     my $index_info = $info->index ($file);
     my $file_info = $info->file_info ($file);
-    my $link = $index_info->link || '';
     my ($fname, $path) = fileparse($file);
 
     next unless ($index_info->is_symlink or $index_info->is_file)

-- 
Debian package checker


Reply to: