summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regcomp.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-11-01 03:45:28 +0000
committerguenther <guenther@openbsd.org>2015-11-01 03:45:28 +0000
commit10632a79cc0d3f2730baa9fb977894fdccb4f611 (patch)
treee959ad20d458dcba65338a56d99759f064a795ba /lib/libc/regex/regcomp.c
parentdrm/i915: Fix and clean BDW PCH identification (diff)
downloadwireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.tar.xz
wireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.zip
delete old lint ARGSUSED comments
Diffstat (limited to 'lib/libc/regex/regcomp.c')
-rw-r--r--lib/libc/regex/regcomp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c
index 68d20abf904..f02b753f8ac 100644
--- a/lib/libc/regex/regcomp.c
+++ b/lib/libc/regex/regcomp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: regcomp.c,v 1.26 2014/10/18 04:12:28 deraadt Exp $ */
+/* $OpenBSD: regcomp.c,v 1.27 2015/11/01 03:45:29 guenther Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994 Henry Spencer.
* Copyright (c) 1992, 1993, 1994
@@ -1201,7 +1201,6 @@ mcadd( struct parse *p, cset *cs, char *cp)
* This would have to know the set of possibilities. Implementation
* is deferred.
*/
-/* ARGSUSED */
static void
mcinvert(struct parse *p, cset *cs)
{
@@ -1214,7 +1213,6 @@ mcinvert(struct parse *p, cset *cs)
* This would have to know the set of possibilities. Implementation
* is deferred.
*/
-/* ARGSUSED */
static void
mccase(struct parse *p, cset *cs)
{