diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-18 03:38:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-18 03:38:03 +0000 |
commit | ab1f630651a127c8cc1e0f44ec368cb7782b8937 (patch) | |
tree | d1211523fa0f34dc93bd9790f5ce665259600476 | |
parent | 927549d31ef2fd7415619d25d24170f4d3af3e0e (diff) | |
download | pkgsrc-ab1f630651a127c8cc1e0f44ec368cb7782b8937.tar.gz |
Removed unnecessary comment.
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl index 4a1b0755a44..fc236c2c1ca 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.147 2005/05/15 02:38:56 rillig Exp $ +# $NetBSD: pkglint.pl,v 1.148 2005/05/18 03:38:03 rillig Exp $ # # This version contains lots of changes necessary for NetBSD packages # done by Hubert Feyrer <hubertf@netbsd.org>, @@ -214,10 +214,6 @@ sub load_file($) { #== End of PkgLint::FileUtils ============================================= package main; -#========================================================================== -# This is the main package of pkglint. Currently it contains a lot of -# functionality, but that will be moved into separate packages. -#========================================================================== use strict; use warnings; |