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

[SCM] Debian package checker branch, master, updated. 2.2.6-51-gda155b5



The following commit has been merged in the master branch:
commit 80a7c220733c09e72d4a722405177f7066ac4a9a
Author: Russ Allbery <rra@debian.org>
Date:   Sun Mar 8 14:09:54 2009 -0700

    Remove unused variables from unpack-srcpkg-l1

diff --git a/unpack/unpack-srcpkg-l1 b/unpack/unpack-srcpkg-l1
index ed2e397..a68a5be 100755
--- a/unpack/unpack-srcpkg-l1
+++ b/unpack/unpack-srcpkg-l1
@@ -42,8 +42,6 @@ use Lintian::Command qw(spawn reap);
 # stat $file
 (my @stat = stat $file) or fail("$file: cannot stat: $!");
 
-my (@jobs, $job);
-
 # get package control information
 my $data = get_dsc_info($file);
 

-- 
Debian package checker


Reply to: