diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2013-06-02 20:21:42 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2013-06-02 20:21:42 +0200 |
commit | 74f1810546be553edc690919d018f5c92e5b02c7 (patch) | |
tree | 9fb7ed2f85e3adca5dfff0de32e44e2d112b9ce5 | |
parent | f4b08b8f403bb536c1e4796538a5069abeb6b8fe (diff) |
curl_schannel.c: Removed variable unused since 35874298e4
-rw-r--r-- | lib/curl_schannel.c | 1 |
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); |