summaryrefslogtreecommitdiff
path: root/libexec/snmpd
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2023-03-08 04:43:16 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2023-03-08 04:43:16 +0000
commitb7ec05677ee9f62c29e195e7be5125d39f7fdad9 (patch)
treed2d92930c9557994e5a771aef772966110966cc3 /libexec/snmpd
parent3f4b7c5f0adcfdffa19cefea0c39206811487db6 (diff)
Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
Diffstat (limited to 'libexec/snmpd')
-rw-r--r--libexec/snmpd/snmpd_metrics/kroute.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libexec/snmpd/snmpd_metrics/kroute.c b/libexec/snmpd/snmpd_metrics/kroute.c
index a42ff1030e8..32b44c2b131 100644
--- a/libexec/snmpd/snmpd_metrics/kroute.c
+++ b/libexec/snmpd/snmpd_metrics/kroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: kroute.c,v 1.2 2022/12/26 20:06:43 jmc Exp $ */
+/* $OpenBSD: kroute.c,v 1.3 2023/03/08 04:43:06 guenther Exp $ */
/*
* Copyright (c) 2007, 2008 Reyk Floeter <reyk@openbsd.org>
@@ -1293,7 +1293,6 @@ fetcharp(struct ktable *kt)
return (rv);
}
-/* ARGSUSED */
void
dispatch_rtmsg(int fd, short event, void *arg)
{