summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-30 19:54:36 +0000
committerrillig <rillig@pkgsrc.org>2005-10-30 19:54:36 +0000
commit6b1c7caeadaf91a67c1ce043a112b1fada18ade3 (patch)
treed25766d50d69759176cd2cf687ee3bdfa8d2f581 /pkgtools
parentf292c8c02ac35aa877fbf91db877b8224d7fc0d4 (diff)
downloadpkgsrc-6b1c7caeadaf91a67c1ce043a112b1fada18ade3.tar.gz
Removed two unused variables.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index 1c1e56a5f38..109ff463736 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -11,7 +11,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.307 2005/10/26 23:17:49 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.308 2005/10/30 19:54:36 rillig Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -1132,7 +1132,7 @@ sub checkfile_patches_patch($$) {
sub readmakefile($$$$) {
my ($dir, $file, $all_lines, $seen_Makefile_include) = @_;
my $contents = "";
- my ($includefile, $dirname, $savedln, $level, $lines);
+ my ($includefile, $dirname, $lines);
$lines = load_file($file);
if (!defined ($lines)) {