sasl: Removed unused variables from commit b87ba2c94217c0
authorSteve Holme <steve_holme@hotmail.com>
Sun, 27 Oct 2013 17:04:56 +0000 (17:04 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 27 Oct 2013 17:04:56 +0000 (17:04 +0000)
lib/curl_sasl.c

index b15590ae9b516835cf8cd988c4ba98609ac78a1e..c06494678a7d8f26dc35208b066ae4597dbb7c60 100644 (file)
@@ -354,9 +354,6 @@ CURLcode Curl_sasl_create_digest_md5_message(struct SessionHandle *data,
 #ifndef DEBUGBUILD
   static const char table16[] = "0123456789abcdef";
 #endif
-  CURLcode result = CURLE_OK;
-  unsigned char *chlg = (unsigned char *) NULL;
-  size_t chlglen = 0;
   size_t i;
   MD5_context *ctxt;
   unsigned char digest[MD5_DIGEST_LEN];