pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Removed two unused variables.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/16960697b568
branches:  trunk
changeset: 501858:16960697b568
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Oct 30 19:54:36 2005 +0000

description:
Removed two unused variables.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 1e604aa004e3 -r 16960697b568 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Sun Oct 30 18:33:31 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Sun Oct 30 19:54:36 2005 +0000
@@ -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 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)) {



Home | Main Index | Thread Index | Old Index