Browse Source

delete old lint ARGSUSED comments

OPENBSD_5_9
guenther 8 years ago
parent
commit
b3c328a386
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/lib/libc/hash/helper.c

+ 1
- 2
src/lib/libc/hash/helper.c View File

@ -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)
{


Loading…
Cancel
Save