diff options
author | 2015-11-01 03:45:28 +0000 | |
---|---|---|
committer | 2015-11-01 03:45:28 +0000 | |
commit | 10632a79cc0d3f2730baa9fb977894fdccb4f611 (patch) | |
tree | e959ad20d458dcba65338a56d99759f064a795ba /lib/libc/regex/regcomp.c | |
parent | drm/i915: Fix and clean BDW PCH identification (diff) | |
download | wireguard-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.c | 4 |
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) { |