curl_schannel.c: Removed variable unused since 35874298e4

This commit is contained in:
Marc Hoersken 2013-06-02 20:21:42 +02:00
parent f4b08b8f40
commit 74f1810546

View File

@ -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);