]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
wolfssh: remove redundant static prototypes
authorDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2023 07:57:19 +0000 (08:57 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 22 Nov 2023 08:39:08 +0000 (09:39 +0100)
vssh/wolfssh.c:346:18: error: redundant redeclaration of ‘wscp_recv’ [-Werror=redundant-decls]

Closes #12381

lib/vssh/wolfssh.c

index 39cee50769206675aa93332dab588ee3c6d5a234..4da7e9dea6f107f950ca956d08c6344b0a82d46e 100644 (file)
@@ -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)