From 74f1810546be553edc690919d018f5c92e5b02c7 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 2 Jun 2013 20:21:42 +0200 Subject: curl_schannel.c: Removed variable unused since 35874298e4 --- lib/curl_schannel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/curl_schannel.c b/lib/curl_schannel.c index fd6a17efc..68139db58 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); -- cgit v1.2.3