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/deroff | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'usr.bin/deroff')
-rw-r--r-- | usr.bin/deroff/deroff.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/deroff/deroff.c b/usr.bin/deroff/deroff.c index 452fda69b30..b4b560fa8d2 100644 --- a/usr.bin/deroff/deroff.c +++ b/usr.bin/deroff/deroff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: deroff.c,v 1.16 2023/02/17 18:00:35 miod Exp $ */ +/* $OpenBSD: deroff.c,v 1.17 2023/03/08 04:43:10 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -444,7 +444,6 @@ getfname(void) namechain = q; } -/*ARGSUSED*/ void textline(char *str, int constant) { |