From cfdcdc8d2fb5431b4597e029c3d094ebf3f17681 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 22 Nov 2023 08:57:19 +0100 Subject: [PATCH] wolfssh: remove redundant static prototypes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vssh/wolfssh.c:346:18: error: redundant redeclaration of ‘wscp_recv’ [-Werror=redundant-decls] Closes #12381 --- lib/vssh/wolfssh.c | 3 --- 1 file changed, 3 deletions(-) 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)