diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-11-01 03:45:30 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-11-01 03:45:30 +0000 |
commit | 95beb993464ec317dd3bef62f3e443cb02a738f4 (patch) | |
tree | 407ca343a2dec4bbee83013f2a73b29726aef3c3 /lib/libc/hash | |
parent | 40fc3f2e69d60d1bdd6073d897ff534acfcdf2b7 (diff) |
delete old lint ARGSUSED comments
Diffstat (limited to 'lib/libc/hash')
-rw-r--r-- | lib/libc/hash/helper.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/hash/helper.c b/lib/libc/hash/helper.c index b5a938666e4..38008aedf22 100644 --- a/lib/libc/hash/helper.c +++ b/lib/libc/hash/helper.c @@ -1,4 +1,4 @@ -/* $OpenBSD: helper.c,v 1.14 2015/09/11 09:18:27 guenther Exp $ */ +/* $OpenBSD: helper.c,v 1.15 2015/11/01 03:45:29 guenther Exp $ */ /* * Copyright (c) 2000 Poul-Henning Kamp <phk@FreeBSD.org> @@ -35,7 +35,6 @@ #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) -/* ARGSUSED */ char * HASHEnd(HASH_CTX *ctx, char *buf) { |