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/gen | |
parent | 40fc3f2e69d60d1bdd6073d897ff534acfcdf2b7 (diff) |
delete old lint ARGSUSED comments
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/fts.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index 3f581a38994..e042b9fe2f0 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fts.c,v 1.52 2015/09/14 16:09:13 tedu Exp $ */ +/* $OpenBSD: fts.c,v 1.53 2015/11/01 03:45:29 guenther Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -449,7 +449,6 @@ DEF_WEAK(fts_read); * semantics to fts using fts_set. An error return is allowed for similar * reasons. */ -/* ARGSUSED */ int fts_set(FTS *sp, FTSENT *p, int instr) { |