diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2023-03-08 04:43:16 +0000 |
commit | b7ec05677ee9f62c29e195e7be5125d39f7fdad9 (patch) | |
tree | d2d92930c9557994e5a771aef772966110966cc3 /usr.bin/rcs | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/date.y | 3 | ||||
-rw-r--r-- | usr.bin/rcs/rcsprog.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/rcs/date.y b/usr.bin/rcs/date.y index 20f5b78b588..80f2d8489a9 100644 --- a/usr.bin/rcs/date.y +++ b/usr.bin/rcs/date.y @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: date.y,v 1.14 2016/08/26 09:02:54 guenther Exp $ */ +/* $OpenBSD: date.y,v 1.15 2023/03/08 04:43:12 guenther Exp $ */ /* ** Originally written by Steven M. Bellovin <smb@research.att.com> while @@ -871,7 +871,6 @@ date_parse(const char *p) } #if defined(TEST) -/* ARGSUSED */ int main(int argc, char **argv) { diff --git a/usr.bin/rcs/rcsprog.c b/usr.bin/rcs/rcsprog.c index 7927d3a7768..f68b3f1b694 100644 --- a/usr.bin/rcs/rcsprog.c +++ b/usr.bin/rcs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.163 2021/01/18 00:51:15 mortimer Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.164 2023/03/08 04:43:12 guenther Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -67,7 +67,6 @@ struct wklhead temp_files; void sighdlr(int); static void rcs_attach_symbol(RCSFILE *, const char *); -/* ARGSUSED */ void sighdlr(int sig) { |