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 /distrib | |
parent | 3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff) |
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/libstubs/mbrtowc_sb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/special/libstubs/mbrtowc_sb.c b/distrib/special/libstubs/mbrtowc_sb.c index a33b57606f4..327c76f584d 100644 --- a/distrib/special/libstubs/mbrtowc_sb.c +++ b/distrib/special/libstubs/mbrtowc_sb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mbrtowc_sb.c,v 1.2 2014/02/21 18:29:57 deraadt Exp $ */ +/* $OpenBSD: mbrtowc_sb.c,v 1.3 2023/03/08 04:43:05 guenther Exp $ */ /* * Copyright (c) 1991 The Regents of the University of California. @@ -33,7 +33,6 @@ #include <stdlib.h> #include <wchar.h> -/*ARGSUSED*/ size_t mbrtowc(wchar_t *pwc, const char *s, size_t n, mbstate_t *ps) { |