From: Daniel Stenberg Date: Wed, 22 Nov 2023 07:57:19 +0000 (+0100) Subject: wolfssh: remove redundant static prototypes X-Git-Tag: curl-8_5_0~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cfdcdc8d2fb5431b4597e029c3d094ebf3f17681;p=thirdparty%2Fcurl.git wolfssh: remove redundant static prototypes vssh/wolfssh.c:346:18: error: redundant redeclaration of ‘wscp_recv’ [-Werror=redundant-decls] Closes #12381 --- diff --git a/lib/vssh/wolfssh.c b/lib/vssh/wolfssh.c index 39cee50769..4da7e9dea6 100644 --- a/lib/vssh/wolfssh.c +++ b/lib/vssh/wolfssh.c @@ -343,9 +343,6 @@ static CURLcode wssh_setup_connection(struct Curl_easy *data, return CURLE_OK; } -static Curl_recv wscp_recv, wsftp_recv; -static Curl_send wscp_send, wsftp_send; - static int userauth(byte authtype, WS_UserAuthData* authdata, void *ctx)