From: Marc Hoersken Date: Sun, 2 Jun 2013 18:21:42 +0000 (+0200) Subject: curl_schannel.c: Removed variable unused since 35874298e4 X-Git-Tag: curl-7_31_0~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74f1810546be553edc690919d018f5c92e5b02c7;p=thirdparty%2Fcurl.git curl_schannel.c: Removed variable unused since 35874298e4 --- diff --git a/lib/curl_schannel.c b/lib/curl_schannel.c index fd6a17efc4..68139db586 100644 --- a/lib/curl_schannel.c +++ b/lib/curl_schannel.c @@ -1064,7 +1064,6 @@ int Curl_schannel_shutdown(struct connectdata *conn, int sockindex) */ struct SessionHandle *data = conn->data; struct ssl_connect_data *connssl = &conn->ssl[sockindex]; - struct curl_schannel_cred *cached_cred = NULL; infof(data, "schannel: shutting down SSL/TLS connection with %s port %hu\n", conn->host.name, conn->remote_port);