summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authorguenther@openbsd.org <guenther@openbsd.org>2023-03-08 04:43:12 +0000
committerDarren Tucker <dtucker@dtucker.net>2023-03-08 17:26:53 +1100
commit51875897b81b5c21b80c256a29597916edbde454 (patch)
treea44cfbf3d3eb2a4fc168f18e306cc002e521d32f /mux.c
parenta76085bda883c2104afb33ab0334eca190927362 (diff)
downloadopenssh-git-51875897b81b5c21b80c256a29597916edbde454.tar.gz
upstream: Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@ OpenBSD-Commit-ID: 7be168a570264d59e96a7d2d22e927d45fee0e4c
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mux.c b/mux.c
index e7580ac7..b3ffde9f 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.95 2023/01/06 02:39:59 djm Exp $ */
+/* $OpenBSD: mux.c,v 1.96 2023/03/08 04:43:12 guenther Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
@@ -186,7 +186,6 @@ static const struct {
};
/* Cleanup callback fired on closure of mux client _session_ channel */
-/* ARGSUSED */
static void
mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)
{
@@ -208,7 +207,6 @@ mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)
}
/* Cleanup callback fired on closure of mux client _control_ channel */
-/* ARGSUSED */
static void
mux_master_control_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)
{