aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarc Hoersken <info@marc-hoersken.de>2013-06-02 20:21:42 +0200
committerMarc Hoersken <info@marc-hoersken.de>2013-06-02 20:21:42 +0200
commit74f1810546be553edc690919d018f5c92e5b02c7 (patch)
tree9fb7ed2f85e3adca5dfff0de32e44e2d112b9ce5 /lib
parentf4b08b8f403bb536c1e4796538a5069abeb6b8fe (diff)
curl_schannel.c: Removed variable unused since 35874298e4
Diffstat (limited to 'lib')
-rw-r--r--lib/curl_schannel.c1
1 files changed, 0 insertions, 1 deletions
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);