From 95beb993464ec317dd3bef62f3e443cb02a738f4 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sun, 1 Nov 2015 03:45:30 +0000 Subject: delete old lint ARGSUSED comments --- lib/libc/hash/helper.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/hash') 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 @@ -35,7 +35,6 @@ #define MINIMUM(a, b) (((a) < (b)) ? (a) : (b)) -/* ARGSUSED */ char * HASHEnd(HASH_CTX *ctx, char *buf) { -- cgit v1.2.3