From: Marc Hoersken Date: Tue, 3 Jul 2012 07:16:00 +0000 (+0200) Subject: curl_ntlm_msgs.c: Removed unused variable passwd X-Git-Tag: curl-7_27_0~87^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a97fd7b6350b13e39b2063d96ae1250473e91c3;p=thirdparty%2Fcurl.git curl_ntlm_msgs.c: Removed unused variable passwd --- diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c index 0fa0c9d2cc..02368e0bb0 100644 --- a/lib/curl_ntlm_msgs.c +++ b/lib/curl_ntlm_msgs.c @@ -357,7 +357,6 @@ CURLcode Curl_ntlm_create_type1_message(const char *userp, unsigned long attrs; const TCHAR *useranddomain; const TCHAR *user; - const TCHAR *passwd; const TCHAR *domain = TEXT(""); size_t domlen = 0; TimeStamp tsDummy; /* For Windows 9x compatibility of SSPI calls */