summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2007-05-12 22:55:30 +0000
committerMarc Espie <espie@cvs.openbsd.org>2007-05-12 22:55:30 +0000
commit310bb031120730b7813ff790bab643c06d059ddc (patch)
tree81303f87a923d45ac449bc2f55918f8102ee8f28 /usr.sbin
parent5a4645e8b48cbb966421686105048808e99e1e2c (diff)
remove obsolete comment.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/PkgSpec.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/PkgSpec.pm b/usr.sbin/pkg_add/OpenBSD/PkgSpec.pm
index a0377fe6554..07f8f34c3ae 100644
--- a/usr.sbin/pkg_add/OpenBSD/PkgSpec.pm
+++ b/usr.sbin/pkg_add/OpenBSD/PkgSpec.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: PkgSpec.pm,v 1.7 2007/05/12 15:00:30 espie Exp $
+# $OpenBSD: PkgSpec.pm,v 1.8 2007/05/12 22:55:29 espie Exp $
#
# Copyright (c) 2003-2005 Marc Espie <espie@openbsd.org>
#
@@ -19,10 +19,6 @@ use strict;
use warnings;
package OpenBSD::PkgSpec;
-# one useful function:
-# OpenBSD::PkgSpec::match($pattern, @list) -> @sublist
-# note that @sublist may contain duplicates
-
# all the shit that does handle package specifications
sub compare_pseudo_numbers
{