diff options
author | guenther@openbsd.org <guenther@openbsd.org> | 2023-03-08 05:43:12 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-03-08 07:26:53 +0100 |
commit | 51875897b81b5c21b80c256a29597916edbde454 (patch) | |
tree | a44cfbf3d3eb2a4fc168f18e306cc002e521d32f /sftp-client.c | |
parent | Extra brackets to prevent warning. (diff) | |
download | openssh-51875897b81b5c21b80c256a29597916edbde454.tar.xz openssh-51875897b81b5c21b80c256a29597916edbde454.zip |
upstream: Delete obsolete /* ARGSUSED */ lint comments.
ok miod@ millert@
OpenBSD-Commit-ID: 7be168a570264d59e96a7d2d22e927d45fee0e4c
Diffstat (limited to 'sftp-client.c')
-rw-r--r-- | sftp-client.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sftp-client.c b/sftp-client.c index e01464818..87b4d142a 100644 --- a/sftp-client.c +++ b/sftp-client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-client.c,v 1.168 2023/01/11 05:39:38 djm Exp $ */ +/* $OpenBSD: sftp-client.c,v 1.169 2023/03/08 04:43:12 guenther Exp $ */ /* * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> * @@ -149,7 +149,6 @@ request_find(struct requests *requests, u_int id) return req; } -/* ARGSUSED */ static int sftpio(void *_bwlimit, size_t amount) { |