From 01c4d5a0efe3c1bd35dafeec3cd5b8f8f9adcd88 Mon Sep 17 00:00:00 2001
From: Marc Hoersken <info@marc-hoersken.de>
Date: Tue, 3 Jul 2012 09:16:00 +0200
Subject: [PATCH] curl_ntlm_msgs.c: Removed unused variable passwd

---
 lib/curl_ntlm_msgs.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c
index 0fa0c9d..02368e0 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 */
-- 
1.7.10.msysgit.1

