Curl_output_ntlm: remove unused variable
authorDaniel Stenberg <daniel@haxx.se>
Sun, 14 Aug 2011 16:54:21 +0000 (18:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 Aug 2011 16:54:21 +0000 (18:54 +0200)
lib/http_ntlm.c

index 0813839..97ea0a7 100644 (file)
@@ -461,13 +461,9 @@ CURLcode Curl_output_ntlm(struct connectdata *conn,
   struct ntlmdata *ntlm;
   struct auth *authp;
 
-  struct SessionHandle *data;
-
   DEBUGASSERT(conn);
   DEBUGASSERT(conn->data);
 
-  data = conn->data;
-
 #ifdef USE_NSS
   if(CURLE_OK != Curl_nss_force_init(conn->data))
     return CURLE_OUT_OF_MEMORY;